summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-26 10:20:59 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-26 10:20:59 +0700
commit25a3271bd14671d57da6b4349745e446e94ebfef (patch)
treed5a6554c61a02cd08f41c8068237a926e29874dd /indoteknik_custom/models/sale_order.py
parentbd8a83a76cea6ef2466c250226f7c95c38b3024c (diff)
parent50b5bd7bd984ef108e8bd324440050a222d8262f (diff)
Merge branch 'change/feature/promotion-program' into production
# Conflicts: # indoteknik_custom/models/sale_order.py
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
-rwxr-xr-xindoteknik_custom/models/sale_order.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 2d8d97bd..1ab8b011 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -79,6 +79,7 @@ class SaleOrder(models.Model):
source_id = fields.Many2one('utm.source', 'Source', domain="[('id', 'in', [32, 59, 60, 61])]")
estimated_arrival_days = fields.Integer('Estimated Arrival Days', default=0)
email = fields.Char(string='Email')
+ picking_iu_id = fields.Many2one('stock.picking', 'Picking IU')
def _compute_purchase_total(self):
for order in self:
@@ -452,3 +453,4 @@ class SaleOrder(models.Model):
+