From 41da8b32edee0dc394bb69ac179833388e977053 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 13 Jan 2025 15:34:13 +0700 Subject: if unlock PO harus approv finance & if not FAT cannot edit jurnal entris --- indoteknik_custom/views/purchase_order.xml | 33 +++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index d22c3b5c..fa11c373 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -20,6 +20,11 @@ type="object" attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> + @@ -43,6 +48,9 @@ + + + @@ -137,7 +145,30 @@ - + + + purchase.order.unlock.wizard.form + purchase.order.unlock.wizard + +
+ + + +
+
+
+
+
+ + + Reject Reason + purchase.order.unlock.wizard + form + new + +
-- cgit v1.2.3 From 6da1814f7baaa1973bdde9932d629d33ed436e93 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 15 Jan 2025 13:15:17 +0700 Subject: delivery amt po --- indoteknik_custom/views/purchase_order.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index fa11c373..46efd1f1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -60,6 +60,8 @@ + + @@ -82,6 +84,13 @@ + + + + + + + -- cgit v1.2.3 From 1780b3327ae4d1227cc0a8238be66f5e64ffcbc1 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 15 Jan 2025 13:37:10 +0700 Subject: delivery amt po --- indoteknik_custom/views/purchase_order.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 46efd1f1..a70b2058 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -60,8 +60,8 @@ - - + + @@ -69,6 +69,9 @@ + + + @@ -193,6 +196,9 @@ + + + -- cgit v1.2.3 From 1b2b27941fcdaa1b1b6ddf2a4851d358abb259eb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 17 Jan 2025 08:43:09 +0700 Subject: add attrs optional hide --- indoteknik_custom/views/purchase_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a70b2058..022937f4 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -197,7 +197,7 @@ - + -- cgit v1.2.3