From bb48a99ab5b666b858c4bb9d410c698dada7d542 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 15 Dec 2025 20:57:35 +0700 Subject: fix ribbon stock picking --- indoteknik_custom/views/stock_picking.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') 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) ]}"/> -- cgit v1.2.3 From 1baaa11159d295684b54104160dbaa96215f9742 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 18 Dec 2025 11:18:32 +0700 Subject: merge & add tracking button in commission internal --- indoteknik_custom/views/advance_payment_settlement.xml | 7 +++++-- indoteknik_custom/views/commission_internal.xml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/advance_payment_settlement.xml b/indoteknik_custom/views/advance_payment_settlement.xml index a77baffe..c2b6a26f 100644 --- a/indoteknik_custom/views/advance_payment_settlement.xml +++ b/indoteknik_custom/views/advance_payment_settlement.xml @@ -163,10 +163,13 @@ - - + + + + + diff --git a/indoteknik_custom/views/commission_internal.xml b/indoteknik_custom/views/commission_internal.xml index 2f3db5b0..d84eb4b8 100644 --- a/indoteknik_custom/views/commission_internal.xml +++ b/indoteknik_custom/views/commission_internal.xml @@ -108,6 +108,7 @@ + -- cgit v1.2.3