summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-18 08:09:14 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-18 08:09:14 +0700
commitcca31a5f582e097518701a192d4cda88525fc979 (patch)
tree28d3a6ded0c3156e15355ca80b48a30a3ca48554
parent4fb838700e7d971abb2b1a46d051bc460e532d9e (diff)
(andri) fix onchange shipping option
-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 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