diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-10-13 16:23:22 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-10-13 16:23:22 +0700 |
| commit | 47be053bafe8e212e7c98332666819e65428c4e3 (patch) | |
| tree | 19a7c4545989ff6a5d85968090346fdd4e268706 /indoteknik_custom/views | |
| parent | c4b6e2d594b8cbd7d424673d04741a1a4cb2ff81 (diff) | |
| parent | 3acb428bfa048acb6d4d2d57e9d8720e77d08075 (diff) | |
Merge commit '3acb428bfa048acb6d4d2d57e9d8720e77d08075' into feature/rest-api
# Conflicts:
# indoteknik_custom/models/product_template.py
Diffstat (limited to 'indoteknik_custom/views')
| -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 47f9b4a4..53fac25e 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -19,7 +19,7 @@ </field> <field name="partner_shipping_id" position="after"> <field name="approval_status" /> - <field name="sales_tax_id" domain="[('type_tax_use','=','sale')]"/> + <field name="sales_tax_id" domain="[('type_tax_use','=','sale')]" required="1"/> <field name="carrier_id"/> </field> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_total']" position="after"> |
