diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-16 11:36:00 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-16 11:36:00 +0700 |
| commit | fd63ff133764477f39c9dd32c5177dd67f293abb (patch) | |
| tree | bc563f016e47f4570d39439b3ae95d56515c8dc4 /indoteknik_custom/views/purchase_order.xml | |
| parent | 2ef1e9e44ba6b8efa301dbe58c61352389aac55f (diff) | |
optional hide for line no in sale and purchase
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a4c77c58..7a397ff6 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -43,7 +43,7 @@ <field name="total_so_percent_margin"/> </field> <field name="product_id" position="before"> - <field name="line_no" attrs="{'readonly': 1}"/> + <field name="line_no" attrs="{'readonly': 1}" optional="hide"/> </field> <field name="product_qty" position="before"> <field name="qty_available_store"/> |
