summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-17 15:38:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-17 15:38:00 +0700
commitfd66c221b48c28a3aaf45500572821aaae84c0de (patch)
tree57c683399362111e748e2b971f88fb6bb5d01e94 /indoteknik_custom/models
parent1698ec300f2e7c363e41cb51ce94a39f66d6088b (diff)
add is_efaktur_exported to tree invoices
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']