diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:49:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:49:51 +0000 |
| commit | 36c3d73ce1e7a0f644d79fcbf957bd0cb3137e82 (patch) | |
| tree | 6a1c4498ab4a4c0bff6b0d729324032e2fde92b5 /indoteknik_custom/models/sale_order.py | |
| parent | 27bfdedcb547fdf9f4cca084c77f966375f748f0 (diff) | |
| parent | 2ff882e9f591a25b6b9f5adbd4dd90e7402017a9 (diff) | |
Merged in biteship-v1 (pull request #334)
(andri) comment map view
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 1 |
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: |
