diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-09-24 11:39:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-09-24 11:39:41 +0700 |
| commit | 01b658ddbb6ed4e5c493da2c9cae92ce80a7e135 (patch) | |
| tree | 39cb84daf300c3c82145b2ac7aeeb254b1717f06 /indoteknik_custom/views | |
| parent | 248fd7cb0c93e60bdfccaf095cdb601a3319b65e (diff) | |
fix error column sale order
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 c101fe1b..03a6b45c 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -21,7 +21,7 @@ <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_total']" position="after"> <field name="vendor" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> <field name="purchase_price" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> - <field name="tax_id" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> + <field name="purchase_tax_id" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> <field name="item_margin" groups="sales_team.group_sale_manager"/> <field name="item_percent_margin" groups="sales_team.group_sale_manager"/> </xpath> |
