diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-04 13:40:22 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-04 13:40:22 +0700 |
| commit | dca58449623e0fd25f2dc301747982da6a5ea940 (patch) | |
| tree | 3a090311c4e9892384acee114fad9ad80c1bb3f5 /fixco_custom/models/account_move.py | |
| parent | 3307dcbdb37285bcd43a719a0ecbc1453e4af9df (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.py | 3 |
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 |
