diff options
| author | unknown <it@fixcomart.co.id> | 2025-09-17 14:28:21 +0700 |
|---|---|---|
| committer | unknown <it@fixcomart.co.id> | 2025-09-17 14:28:21 +0700 |
| commit | 83608402d79a4b90d43a377aefbffbd17ae778c9 (patch) | |
| tree | 74275a8e3d589825e8a26b220a77d68ce075aa58 /indoteknik_custom/models/purchase_order_line.py | |
| parent | 099357ac4b17def99fe161eac3e04fec58814b06 (diff) | |
| parent | 811e9dde8a027276b92a8dd594e11237b0b3b8c5 (diff) | |
(andri) fix merge
Diffstat (limited to 'indoteknik_custom/models/purchase_order_line.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order_line.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order_line.py b/indoteknik_custom/models/purchase_order_line.py index 315795d5..a3c3a33b 100755 --- a/indoteknik_custom/models/purchase_order_line.py +++ b/indoteknik_custom/models/purchase_order_line.py @@ -50,6 +50,7 @@ class PurchaseOrderLine(models.Model): cost_service_per_item = fields.Float(string='Biaya Jasa Per Item', compute='_compute_doc_delivery_amt') contribution_cost_service = fields.Float(string='Contribution Cost Service', compute='_compute_doc_delivery_amt') ending_price = fields.Float(string='Ending Price', compute='_compute_doc_delivery_amt') + show_description = fields.Boolean(string='Show Description', help="Show Description when print po", default=True) def _compute_doc_delivery_amt(self): for line in self: |
