diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-14 17:04:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-14 17:04:53 +0700 |
| commit | cc31429011b566c64792898b63d1e62d723ab127 (patch) | |
| tree | 434f82538291f5dab6e6cf55f8fcc8221ae8b952 /fixco_custom/models/purchase_order.py | |
| parent | 467d67725055822e048e2e0a689a8cc3ffe4a271 (diff) | |
push req iqmal
Diffstat (limited to 'fixco_custom/models/purchase_order.py')
| -rw-r--r-- | fixco_custom/models/purchase_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
