diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-18 08:09:14 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-18 08:09:14 +0700 |
| commit | cca31a5f582e097518701a192d4cda88525fc979 (patch) | |
| tree | 28d3a6ded0c3156e15355ca80b48a30a3ca48554 | |
| parent | 4fb838700e7d971abb2b1a46d051bc460e532d9e (diff) | |
(andri) fix onchange shipping option
| -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 03e40145..68beffbc 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -600,6 +600,7 @@ class SaleOrder(models.Model): @api.onchange('select_shipping_option') def _onchange_select_shipping_option(self): self.shipping_option_id = False + self.delivery_service_type = False self.carrier_id = False self.delivery_amt = 0 |
