diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-17 12:04:41 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-17 12:04:41 +0700 |
| commit | f5d261ee2d263603d5becb32832765863c9dd9e8 (patch) | |
| tree | e60deede1f1ff730164874c1f556d5de7faa3019 /indoteknik_custom/models/purchase_order_line.py | |
| parent | cb1e9095e79faddd7d2f006a7c7700bff37076fa (diff) | |
| parent | b0e740a60dee28cba5d0e0e3efb0c19f76441d72 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/models/purchase_order_line.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order_line.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order_line.py b/indoteknik_custom/models/purchase_order_line.py index 033469b8..315795d5 100755 --- a/indoteknik_custom/models/purchase_order_line.py +++ b/indoteknik_custom/models/purchase_order_line.py @@ -385,3 +385,6 @@ class PurchaseOrderLine(models.Model): line.delivery_amt_line = delivery_amt * contribution else: line.delivery_amt_line = 0 + + + |
