From 1780b3327ae4d1227cc0a8238be66f5e64ffcbc1 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 15 Jan 2025 13:37:10 +0700 Subject: delivery amt po --- indoteknik_custom/models/purchase_order.py | 1 + indoteknik_custom/views/purchase_order.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 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): diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 46efd1f1..a70b2058 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -60,8 +60,8 @@ - - + + @@ -69,6 +69,9 @@ + + + @@ -193,6 +196,9 @@ + + + -- cgit v1.2.3