summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-06-16 01:49:51 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-06-16 01:49:51 +0000
commit36c3d73ce1e7a0f644d79fcbf957bd0cb3137e82 (patch)
tree6a1c4498ab4a4c0bff6b0d729324032e2fde92b5 /indoteknik_custom/models/sale_order.py
parent27bfdedcb547fdf9f4cca084c77f966375f748f0 (diff)
parent2ff882e9f591a25b6b9f5adbd4dd90e7402017a9 (diff)
Merged in biteship-v1 (pull request #334)
(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 0b36579d..7c3f8952 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: