diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-28 13:08:31 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-28 13:08:31 +0700 |
| commit | c86d91e089c4a72ee137365c4033f02c23238c09 (patch) | |
| tree | c178eca4e490f8fe92b05c0c468c17343582b4cd /indoteknik_custom/views | |
| parent | 0c7c0ad2e8dca7a1e47cd5a13642543f01a74afd (diff) | |
| parent | ff7390468fb11915b35c9f522379132dde19a54d (diff) | |
Merge branch 'release' into nathan-dev
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 88fe5d7e..70e3392f 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -69,6 +69,7 @@ <field name="purchase_tax_id" attrs="{'readonly': [('parent.approval_status', '!=', False)]}" domain="[('type_tax_use','=','purchase')]"/> <field name="item_percent_margin"/> <field name="note_procurement" optional="hide"/> + <field name="vendor_subtotal" optional="hide"/> </xpath> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']" position="before"> <field name="line_no" readonly="1" optional="hide"/> |
