From cc31429011b566c64792898b63d1e62d723ab127 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 14 Jan 2026 17:04:53 +0700 Subject: push req iqmal --- fixco_custom/models/purchase_order.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/models/purchase_order.py') diff --git a/fixco_custom/models/purchase_order.py b/fixco_custom/models/purchase_order.py index 3db2d04..07ac1d9 100644 --- a/fixco_custom/models/purchase_order.py +++ b/fixco_custom/models/purchase_order.py @@ -58,6 +58,7 @@ class PurchaseOrder(models.Model): soo_tax = fields.Float('SOO Tax', copy=False) discount_total = fields.Float('Discount Total', help = 'Total Discount for Each Product', copy=False, default=0.0) bill_date = fields.Date('Bill Date', copy=False) + uangmuka_exist = fields.Boolean('Uang Muka Exist', copy=False) def _prepare_invoice(self): """Prepare the dict of values to create the new invoice for a purchase order. -- cgit v1.2.3