summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order_line.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-05-17 11:06:01 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-05-17 11:06:01 +0700
commitb538a71e652ace658eb20553ab9f0a7a561c09ce (patch)
tree061b30d4a3027e3e30c713de096b3aed81244f9c /indoteknik_custom/models/purchase_order_line.py
parentb1603152659e81ba005e580350704f54d0aaadf5 (diff)
parentb0e740a60dee28cba5d0e0e3efb0c19f76441d72 (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-xindoteknik_custom/models/purchase_order_line.py3
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
+
+
+