diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-16 09:33:42 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-16 09:33:42 +0700 |
| commit | a3667d8e42b891192a3e86a00ebc3cd07da8877d (patch) | |
| tree | 92aa6f51af35d03d391e9d9bf6469896be192134 /indoteknik_custom/views | |
| parent | 7f5dca3d98d6f537ebb8062286621a6e1b95f8f6 (diff) | |
remove field md_vendor_id
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 895b242c..9a637441 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -140,7 +140,6 @@ <field name="weight" optional="hide"/> <field name="amount_voucher_disc" string="Voucher" readonly="1" optional="hide"/> <field name="order_promotion_id" string="Promotion" readonly="1" optional="hide"/> - <field name="md_vendor_id" string="MD Vendor" readonly="1" 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"/> |
