diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-17 11:06:01 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-17 11:06:01 +0700 |
| commit | b538a71e652ace658eb20553ab9f0a7a561c09ce (patch) | |
| tree | 061b30d4a3027e3e30c713de096b3aed81244f9c /indoteknik_custom/models/purchase_order_line.py | |
| parent | b1603152659e81ba005e580350704f54d0aaadf5 (diff) | |
| parent | b0e740a60dee28cba5d0e0e3efb0c19f76441d72 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into bug_sales_payment
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 + + + |
