summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-10-09 09:51:01 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-10-09 09:51:01 +0700
commit60a1f399181eb310beaf9f5ee9a7b0a6033b60ee (patch)
tree98bdce89bfb8d5179d7c6d5d53084dff97600331
parenta9aff3725c86ae6e864e8b5e2b45596ef7dff6e0 (diff)
PUSH
-rwxr-xr-xindoteknik_custom/views/sale_order.xml5
1 files 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 @@
<attribute name="attrs">
{
'readonly': [
- '|', '|',
+ '|',
('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved']),
- ('state', 'not in', ['cancel', 'draft']),
- ('partner_id', 'not in', [29179])
+ ('state', 'not in', ['cancel', 'draft'])
]
}
</attribute>