diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-20 15:20:05 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-20 15:20:05 +0700 |
| commit | 7b5e3a665220ebdc1f4c680df2202dc4eb12f4e3 (patch) | |
| tree | ca12a439790acf0191457ac591dd33d6628f5f7b /indoteknik_custom/views/sale_order.xml | |
| parent | aa59f0f8f3edfc0aa1e257b35d5c6e83b8f6978c (diff) | |
| parent | 45583fb16a83602bea6c02711bfd947f7a402265 (diff) | |
Merge branch 'release' into receipt-approval
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -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 b160d9b1..ea84eb00 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -61,6 +61,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"/> </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"/> |
