From 360b62be63b80a0ed7df9845c72f3549087ac02e Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 25 Jul 2025 11:29:59 +0700 Subject: update tree view --- indoteknik_custom/views/tukar_guling.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index a79f8b55..fa3db0d2 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -23,7 +23,7 @@ - + @@ -33,6 +33,7 @@ decoration-muted="state == 'cancel'" /> + -- cgit v1.2.3 From 55235e9521593311d4e0b4d5dc0e23d7563cf4ac Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 30 Jul 2025 00:35:26 +0700 Subject: rev so done --- indoteknik_custom/views/tukar_guling.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index fa3db0d2..c23995d3 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -29,6 +29,7 @@ @@ -58,7 +59,7 @@ class="btn-secondary" attrs="{'invisible': [('state', '!=', 'cancel')]}"/> + statusbar_visible="draft,approval_sales,approval_logistic,approval_finance,approved,done"/>
@@ -66,7 +67,7 @@ type="object" class="oe_stat_button" icon="fa-truck" - attrs="{'invisible': [('picking_ids', '=', False), ('state', 'in', ['draft', 'approval_sales', 'approval_logistic', 'approval_finance'])]}"> + attrs="{'invisible': [('picking_ids', '=', False), ('state', 'in', ['draft', 'approval_sales', 'approval_logistic', 'approval_finance', 'approved', 'done', 'cancel'])]}">
-- cgit v1.2.3