diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-16 13:23:18 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-16 13:23:18 +0700 |
| commit | 5c7e62158223887d2ed4ba1e6f997cbe924fe5ba (patch) | |
| tree | 0028c12358a9dddc429d8dba8b7b20e11aa93511 | |
| parent | eac7f6b944c0b9f434cd70a558c5aa184f83d8fa (diff) | |
| parent | bb48a99ab5b666b858c4bb9d410c698dada7d542 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into magento-solr-v1
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 1bb7174e..9aa0581c 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -365,10 +365,11 @@ bg_color="bg-danger" attrs="{ 'invisible': [ - '|','|', + '|','|', '|', ('tukar_guling_id', '=', False), ('is_rev_tg', '=', False), - ('picking_type_id', 'not in', [29, 30]) + ('picking_type_id', 'not in', [29, 30]), + ('is_so_fiktif', '=', True) ]}"/> <widget name="web_ribbon" @@ -376,10 +377,11 @@ bg_color="bg-success" attrs="{ 'invisible': [ - '|','|', + '|','|', '|', ('tukar_guling_id', '=', False), ('is_rev_tg', '=', True), - ('picking_type_id', 'not in', [29, 30]) + ('picking_type_id', 'not in', [29, 30]), + ('is_so_fiktif', '=', True) ]}"/> </xpath> </field> |
