summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-18 13:29:07 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-18 13:29:07 +0700
commit7399a88e6bab3993c2162d469878c0cf4c7da458 (patch)
treeb6ffbd617c34514373f24f5a788fc8475757c7f6 /indoteknik_custom/views/stock_picking.xml
parent33e6fc960fc3dcdbb77eedbff6239b7763ace468 (diff)
parent9e2cfb1999a9b9051aabde64120577cb6058d5f9 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into cr_renca_find
merge
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml10
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>