summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-05-19 22:21:31 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-05-19 22:21:31 +0700
commite987dc891e999ebd1d04fb4f8cdeb44134c67aed (patch)
treeb31f1d6a31579d2c823863d68de7bc94270d4bb6 /indoteknik_custom/views
parent63243a7b70292e9c48a21e2badbb07c398bc4166 (diff)
(andri) fix bug shipping method
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 080549a4..eabd5aba 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -119,7 +119,7 @@
<field name="sales_tax_id"
domain="[('type_tax_use','=','sale'), ('active', '=', True)]" required="1" />
<field name="select_shipping_option" required="1"/>
- <field name="carrier_id" required="1" />
+ <field name="carrier_id" required="1" domain="[]" />
<field name="delivery_service_type" readonly="1" />
<field name="shipping_option_id" />
</field>