diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-06-19 17:08:47 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-06-19 17:08:47 +0700 |
| commit | e595c9ce8de2eb8c778b998cef58b2d85c29a6a7 (patch) | |
| tree | 799c57e3e759ad4fe28b188bfbe58870f5159b64 /indoteknik_custom/views/purchase_order.xml | |
| parent | e59d33ea416afbe5d2e531f524be37c1eeef6015 (diff) | |
| parent | 7ad6f514da84253dfed42efc18c3c9343d7cc052 (diff) | |
Merge branch 'nathan-dev' of bitbucket.org:altafixco/indoteknik-addons into nathan-dev
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"/> |
