From 7d7dafff9996f7ed7de731a6c1498a5ff72ebb89 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 12 Dec 2025 10:35:34 +0700 Subject: cr logistic delivery date and flag revisi SO tukar guling --- indoteknik_custom/views/stock_picking.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index e1d9bd1f..eeb78f3b 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -171,6 +171,7 @@ + @@ -356,6 +357,10 @@ title="FIKTIF" bg_color="bg-danger" attrs="{'invisible': [('is_so_fiktif', '=', False)]}"/> + -- cgit v1.2.3 From 080df35099b90ca3c42e07bb0c8b181f123c173e Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 12 Dec 2025 11:20:50 +0700 Subject: revisi sales ccm --- indoteknik_custom/views/stock_picking.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index eeb78f3b..7748b652 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -171,7 +171,7 @@ - + @@ -358,9 +358,13 @@ bg_color="bg-danger" attrs="{'invisible': [('is_so_fiktif', '=', False)]}"/> + -- cgit v1.2.3 From 0e3fb3afe5d7d73b2f5b55e51297f122c3dd6a39 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 12 Dec 2025 15:39:41 +0700 Subject: fix ccm --- indoteknik_custom/views/stock_picking.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 7748b652..5671c9f0 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -172,6 +172,7 @@ + @@ -360,11 +361,12 @@ + attrs="{'invisible': ['|', ('tukar_guling_id','=',False), ('is_rev_tg','=', False)]}"/> + + attrs="{'invisible': ['|', ('tukar_guling_id','=',False), ('is_rev_tg','=', True)]}"/> -- cgit v1.2.3 From 7206cf35e5849f0e65d234eaf2f304c42a32f91a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 15 Dec 2025 10:02:51 +0700 Subject: add linked bu out and bu out on tree stock picking --- indoteknik_custom/views/stock_picking.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 5671c9f0..db6c34a1 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -20,6 +20,8 @@ + + -- cgit v1.2.3 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(-) (limited to 'indoteknik_custom/views/stock_picking.xml') 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