[16.0] [MIG] partner_statement: Migration to 16.0

This commit is contained in:
Danny W. Adair
2023-10-24 15:14:08 +13:00
committed by Miquel Raïch
parent 5b7e7d4842
commit bf2d7c6dd1
13 changed files with 32 additions and 28 deletions

View File

@@ -36,8 +36,8 @@ class StatementCommon(models.AbstractModel):
)
account_type = fields.Selection(
[("receivable", "Receivable"), ("payable", "Payable")],
default="receivable",
[("asset_receivable", "Receivable"), ("liability_payable", "Payable")],
default="asset_receivable",
)
@api.onchange("aging_type")