diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-09-26 18:25:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-09-26 18:25:41 +0700 |
| commit | 7ae5b8b7baafb9ed302c3c3e54f3f44664651c06 (patch) | |
| tree | 930ec4518e3e36f9e0a6bc980a931c1f4ed37120 /indoteknik_custom/views/purchase_order.xml | |
| parent | 98d8bb612184f5354c076f52143afcfad4e05e6f (diff) | |
Update purchase_order.py, purchase_order_line.py, and 2 more files...
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index ccedd857..37b9c0cb 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,14 +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="item_percent_margin"/> - </xpath> - <field name="amount_total" position="after"> - <field name="total_margin"/> - <field name="total_percent_margin"/> - </field> </field> </record> </data> |
