[MIG] pos_usability to v16

This commit is contained in:
Alexis de Lattre
2023-03-17 10:20:29 +00:00
parent b954772126
commit 1e19fc906c
7 changed files with 18 additions and 26 deletions

View File

@@ -9,4 +9,6 @@ class PosPaymentMethod(models.Model):
_inherit = 'pos.payment.method'
_check_company_auto = True
cash_journal_id = fields.Many2one(check_company=True)
outstanding_account_id = fields.Many2one(check_company=True)
receivable_account_id = fields.Many2one(check_company=True)
journal_id = fields.Many2one(check_company=True)