From 3df78ee977b1800030248f561ee4f3c690bae329 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 15 Mar 2024 14:28:41 +0700 Subject: add attributes on shipping method so --- indoteknik_custom/views/sale_order.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 97726ed7..97b0a598 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -140,6 +140,11 @@ + + + {'readonly': [('approval_status', '=', 'approved'), ('state', 'not in', ['cancel','draft'])]} + + -- cgit v1.2.3