diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-19 09:37:44 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-19 09:37:44 +0700 |
| commit | e22ed5070117edbd7757ce409cb779da7fdc5c12 (patch) | |
| tree | 7169eb832b8e804cb873a60ce79cdc6efd56f322 | |
| parent | b3e037e6d9f67e63803f6e56929f7c10b61074a3 (diff) | |
<Miqdad> conditional hide so num
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index f3abb11e..bad85963 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -184,7 +184,7 @@ 'required': [['is_internal_use', '=', True]] }" /> - <field name="so_num"/> + <field name="so_num" attrs="{'invisible': [('picking_type_id', 'not in', [29,30,73,74])]}"/> </field> <field name="group_id" position="before"> <field name="date_reserved"/> |
