summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-16 08:48:39 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-16 08:48:39 +0700
commit2ff882e9f591a25b6b9f5adbd4dd90e7402017a9 (patch)
treea89978195b775656ed886136c46993499c2d49ba /indoteknik_custom/models/sale_order.py
parentdf02e9c6f0db21b43ae25d77c7072a5dd15f9848 (diff)
(andri) comment map view
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index bfc4e5fd..d0017115 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -75,6 +75,7 @@ class SaleOrderLine(models.Model):
_inherit = 'sale.order.line'
def unlink(self):
+
lines_to_reject = []
for line in self:
if line.order_id: