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(-) 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