summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 65b92601..bd0fb75e 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -128,7 +128,6 @@ class SaleOrder(models.Model):
# Removing duplicates by converting to a set, then back to a list
rec.type_promotion = ', '.join(sorted(set(promotion_types)))
-
def _compute_purchase_delivery_amount(self):
for order in self:
match = self.env['purchase.order.sales.match']