diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 09:13:05 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 09:13:05 +0700 |
| commit | 76de9415681d5fbdd6b9b03e20df88937ec739fc (patch) | |
| tree | a15546233f80fc8a10c7457e7525ddfc9a61b496 | |
| parent | e9c34b1f97d79b48809430e8cabf7a74b7685e42 (diff) | |
(andri) hapus req shipping option
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 67bf7e76..fbca3705 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -135,7 +135,7 @@ <field name="approval_status"/> <field name="sales_tax_id" domain="[('type_tax_use','=','sale'), ('active', '=', True)]" required="1" /> - <field name="select_shipping_option" required="1"/> + <field name="select_shipping_option"/> <field name="carrier_id" required="1" domain="[]" /> <field name="delivery_service_type" readonly="1" /> <field name="shipping_option_id" /> |
