diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-16 16:11:05 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-16 16:11:05 +0700 |
| commit | 2b55220a09fa15c22fb0a4e405c6495153604f54 (patch) | |
| tree | f10220540680ca1ad25abb9507c82f09041c75f4 /indoteknik_custom/views/purchase_order.xml | |
| parent | ab71c4b64074ec7471954e3c8f652887549950b9 (diff) | |
| parent | e2ccd5719de9cf03a422e93fbef9a7f035b854a5 (diff) | |
Merge branch 'release' into nathan-dev
# Conflicts:
# indoteknik_custom/models/purchase_order.py
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"/> |
