[IMP] account_sub_accounts : apply changes proposed by pre-commit
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s

This commit is contained in:
2025-10-08 18:25:03 +02:00
parent 93de63c290
commit 64b8e45af1
5 changed files with 47 additions and 52 deletions

View File

@@ -5,11 +5,9 @@ class AccountMoveLine(models.Model):
_inherit = "account.move.line"
sub_account_customer = fields.Char(
string="Custommer sub-account",
related="partner_id.sub_account_customer"
string="Custommer sub-account", related="partner_id.sub_account_customer"
)
sub_account_supplier = fields.Char(
string="Supplier sub-account",
related="partner_id.sub_account_supplier"
string="Supplier sub-account", related="partner_id.sub_account_supplier"
)