diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-03 09:25:46 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-03 09:25:46 +0700 |
| commit | 70c227cff8a3891b4b15b0e8b97ae81beac6a41a (patch) | |
| tree | f7deee3a24434c0787f5f39f4b4360ba5170bae6 | |
| parent | 1125688c0ce2708ef50a252c0aa0e31a1b0cea25 (diff) | |
Update purchase_order.xml
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index d0bd515f..a8b71d5a 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,13 +24,6 @@ <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> <field name="approval_status"/> </field> - <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_subtotal']" position="after"> - <field name="item_margin"/> - <field name="so_item_margin"/> - <field name="item_percent_margin"/> - <field name="so_item_percent_margin"/> - <field name="delivery_amt_line"/> - </xpath> <field name="amount_total" position="after"> <field name="total_margin"/> <field name="total_so_margin"/> |
