From 075e6b1612ce6171838c8e5932a5a539669b5f34 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 15 Sep 2023 16:14:40 +0700 Subject: can't create product on sale order line and purchase order line --- indoteknik_custom/views/purchase_order.xml | 3 +++ 1 file changed, 3 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 7d436c46..999b9fd1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -52,6 +52,9 @@ + + {'no_create': True} + -- cgit v1.2.3 From 074a3fef721e3894cef359390281f59b21e8b9c2 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 18 Sep 2023 09:37:38 +0700 Subject: add field sale_order_id to filter search on purchase order --- indoteknik_custom/views/purchase_order.xml | 13 +++++++++++++ 1 file changed, 13 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 999b9fd1..e1b361dd 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -98,6 +98,19 @@ + + + + + + + + purchase.order.select.inherit + purchase.order + + + + -- cgit v1.2.3 From 03ccb219d927400af96c4b39add257e78864b7f2 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 20 Sep 2023 11:11:33 +0700 Subject: duplicate payment_term_id to header po --- indoteknik_custom/views/purchase_order.xml | 3 ++- 1 file changed, 2 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 e1b361dd..7b604a66 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -27,7 +27,7 @@ attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> @@ -37,6 +37,7 @@ + -- cgit v1.2.3 From 19d626f57ccf9bcdc4769ee5e0328117e7246beb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 21 Sep 2023 09:28:24 +0700 Subject: fix button uang muka --- 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 7b604a66..630c6321 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -27,7 +27,7 @@ attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> -- cgit v1.2.3 From 9bb5dc696324e21fc55c2452fb8cffd557b3ed95 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 21 Sep 2023 09:31:41 +0700 Subject: fix error --- 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 630c6321..85e08f79 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -27,7 +27,7 @@ attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> -- cgit v1.2.3 From e7ff231d611df44b71cbd497424b6077b1c88a87 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 25 Sep 2023 15:17:15 +0700 Subject: fix miss compute margin po --- indoteknik_custom/views/purchase_order.xml | 3 +++ 1 file changed, 3 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 85e08f79..ac423bc5 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -63,6 +63,9 @@ + + + -- cgit v1.2.3 From bd8a83a76cea6ef2466c250226f7c95c38b3024c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 25 Sep 2023 16:44:28 +0700 Subject: Enable edit purchase order line on unlocked purchase order --- indoteknik_custom/views/purchase_order.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 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 ac423bc5..e7a72cd3 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -57,8 +57,8 @@ {'no_create': True} - - + + @@ -76,11 +76,23 @@ - + + + {'readonly': [], 'required': True} + + + + {'readonly': []} + + + + {'readonly': [], 'required': True} + + Purchase @@ -93,6 +105,7 @@ + Purchase -- cgit v1.2.3 From d324fdd8ea3b14c966510bde610a96c8f5c3e3c5 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 26 Sep 2023 14:56:35 +0700 Subject: Update readonly condition order line on purchase order --- indoteknik_custom/views/purchase_order.xml | 5 +++++ 1 file changed, 5 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 e7a72cd3..0ad76ae5 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -76,6 +76,11 @@ + + + + + {'readonly': ['|', ('state', 'in', ['done', 'cancel']), ('has_active_invoice', '=', True)]} -- cgit v1.2.3