From dca58449623e0fd25f2dc301747982da6a5ea940 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 4 Jun 2025 13:40:22 +0700 Subject: add new field on so and invoice --- fixco_custom/models/account_move.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fixco_custom/models/account_move.py') diff --git a/fixco_custom/models/account_move.py b/fixco_custom/models/account_move.py index 73eb851..bf7ffc9 100644 --- a/fixco_custom/models/account_move.py +++ b/fixco_custom/models/account_move.py @@ -14,4 +14,5 @@ _logger = logging.getLogger(__name__) class AccountMove(models.Model): _inherit = 'account.move' - invoice_marketplace = fields.Char('Invoice Marketplace') \ No newline at end of file + invoice_marketplace = fields.Char('Invoice Marketplace') + address = fields.Char('Address') \ No newline at end of file -- cgit v1.2.3