diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-05-22 11:14:35 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-05-22 11:14:35 +0700 |
| commit | 34174e95638e1337169dfa5f3be56b9ef57021a1 (patch) | |
| tree | 61f515d74baf8bb0f4274c81156f44567649604a /indoteknik_custom/views | |
| parent | afb745b1e000f4d3c3dba1723ce4a19f44b8c510 (diff) | |
(andri) sync quotation web ke odoo terkait kurir, service, & tarif
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 1a0895dc..34397fc7 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -118,10 +118,10 @@ <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"/> + <field name="shipping_option_id" /> </field> <field name="medium_id" position="after"> <field name="date_doc_kirim" readonly="1" /> |
