diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-15 13:37:10 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-15 13:37:10 +0700 |
| commit | 1780b3327ae4d1227cc0a8238be66f5e64ffcbc1 (patch) | |
| tree | 8fca9aad77152342e644efeea85ab91190394a80 /indoteknik_custom/models | |
| parent | 281712797fccafcc2fc0f89b152c636c02ac2c46 (diff) | |
delivery amt po
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 1 |
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): |
