summaryrefslogtreecommitdiff
path: root/fixco_custom/models/account_move.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-06-04 13:40:22 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-06-04 13:40:22 +0700
commitdca58449623e0fd25f2dc301747982da6a5ea940 (patch)
tree3a090311c4e9892384acee114fad9ad80c1bb3f5 /fixco_custom/models/account_move.py
parent3307dcbdb37285bcd43a719a0ecbc1453e4af9df (diff)
add new field on so and invoice
Diffstat (limited to 'fixco_custom/models/account_move.py')
-rw-r--r--fixco_custom/models/account_move.py3
1 files changed, 2 insertions, 1 deletions
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