summaryrefslogtreecommitdiff
path: root/fixco_custom/models/account_move.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-06-04 16:57:56 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-06-04 16:57:56 +0700
commitef860cf6815dceb0a806a08b2118390830ccdae0 (patch)
treea2d647fdae4a60db4486080b9c3a284fa7d644c8 /fixco_custom/models/account_move.py
parent91607253601526603d74399f5603ed9ffb3a7b86 (diff)
purchase pricelist and schema invoice
Diffstat (limited to 'fixco_custom/models/account_move.py')
-rw-r--r--fixco_custom/models/account_move.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/fixco_custom/models/account_move.py b/fixco_custom/models/account_move.py
index bf7ffc9..3f52319 100644
--- a/fixco_custom/models/account_move.py
+++ b/fixco_custom/models/account_move.py
@@ -15,4 +15,6 @@ class AccountMove(models.Model):
_inherit = 'account.move'
invoice_marketplace = fields.Char('Invoice Marketplace')
- address = fields.Char('Address') \ No newline at end of file
+ address = fields.Char('Address')
+ sale_id = fields.Many2one('sale.order', string='Sale Order')
+ picking_id = fields.Many2one('stock.picking', string='Picking') \ No newline at end of file