diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 08:48:39 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 08:48:39 +0700 |
| commit | 2ff882e9f591a25b6b9f5adbd4dd90e7402017a9 (patch) | |
| tree | a89978195b775656ed886136c46993499c2d49ba /indoteknik_custom/models/sale_order.py | |
| parent | df02e9c6f0db21b43ae25d77c7072a5dd15f9848 (diff) | |
(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 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: |
