From 60a1f399181eb310beaf9f5ee9a7b0a6033b60ee Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 9 Oct 2025 09:51:01 +0700 Subject: PUSH --- indoteknik_custom/views/sale_order.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index eeb51eaa..9620bf50 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -373,10 +373,9 @@ { 'readonly': [ - '|', '|', + '|', ('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved']), - ('state', 'not in', ['cancel', 'draft']), - ('partner_id', 'not in', [29179]) + ('state', 'not in', ['cancel', 'draft']) ] } -- cgit v1.2.3