diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-09-29 11:42:31 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-09-29 11:42:31 +0700 |
| commit | fca62b9b9a56f92abffd624067ee75c64f1c84fa (patch) | |
| tree | e19b1bf37ef70658f1788e39d7ca96719a00b9aa /indoteknik_custom/views | |
| parent | c76003a8551021113c05ac35b9bc86fb598a0a87 (diff) | |
Update sale_order.py and sale_order.xml
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 297d0045..0abbae94 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -20,6 +20,7 @@ <field name="partner_shipping_id" position="after"> <field name="approval_status" /> <field name="sales_tax_id" domain="[('type_tax_use','=','sale')]"/> + <field name="carrier_id"/> </field> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_total']" position="after"> <field name="vendor_id" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> |
