diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-10-02 16:21:55 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-10-02 16:21:55 +0700 |
| commit | 16ddcb43b85c1deeda29bf6bb5db4ef73b8d20d2 (patch) | |
| tree | 3da704581c75cdd019b381f318d50d968f1e7325 /indoteknik_custom/views | |
| parent | 8b63d79efe0137ce6af535847f33868e73ce8d3c (diff) | |
add suggested vendor by md, use later
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 029c99e9..1c75c96a 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -135,6 +135,7 @@ <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"/> |
