diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-28 12:04:19 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-28 12:04:19 +0700 |
| commit | 15712ec2548d4f70dd335564ac2b50b35bb33f37 (patch) | |
| tree | 97206f99cdba6fa87188c6e66f60928c26139d77 /indoteknik_custom/views | |
| parent | e4f968ba874b899aa4af89b06abe83674ced938b (diff) | |
| parent | 0c3abd74ac9aa0b3f1b6fe4e2435698922387b0b (diff) | |
Merge remote-tracking branch 'origin/subtotal-vendor' into release
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 85f687c1..ef72c10f 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -63,6 +63,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"/> |
