From 52066bed7e68757247e17ec89d31959247991595 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Mon, 15 Dec 2025 10:31:46 +0700 Subject: fix filtering ribbon stock picking --- indoteknik_custom/views/stock_picking.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index db6c34a1..1bb7174e 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -363,12 +363,24 @@ + attrs="{ + 'invisible': [ + '|','|', + ('tukar_guling_id', '=', False), + ('is_rev_tg', '=', False), + ('picking_type_id', 'not in', [29, 30]) + ]}"/> + attrs="{ + 'invisible': [ + '|','|', + ('tukar_guling_id', '=', False), + ('is_rev_tg', '=', True), + ('picking_type_id', 'not in', [29, 30]) + ]}"/> -- cgit v1.2.3