summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-15 13:37:10 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-15 13:37:10 +0700
commit1780b3327ae4d1227cc0a8238be66f5e64ffcbc1 (patch)
tree8fca9aad77152342e644efeea85ab91190394a80 /indoteknik_custom/models
parent281712797fccafcc2fc0f89b152c636c02ac2c46 (diff)
delivery amt po
Diffstat (limited to 'indoteknik_custom/models')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index 57e848bc..a69bfc15 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -85,6 +85,7 @@ class PurchaseOrder(models.Model):
# total_delivery_amt = fields.Float(string='Total Delivery Amt')
total_cost_service = fields.Float(string='Total Cost Service')
total_delivery_amt = fields.Float(string='Total Delivery Amt')
+ store_name = fields.Char(string='Nama Toko')
@api.onchange('total_cost_service')
def _onchange_total_cost_service(self):