summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/sale_order.xml
diff options
context:
space:
mode:
authorHafidBuroiroh <hafidburoiroh09@gmail.com>2026-02-28 09:56:26 +0700
committerHafidBuroiroh <hafidburoiroh09@gmail.com>2026-02-28 09:56:26 +0700
commit8d953f913aceb97faa026253b65d6159759f5a62 (patch)
tree0ff82faa484cae7c87f75df556966e0da49ee088 /indoteknik_custom/views/sale_order.xml
parent7bfc92fdb73a89c5bc0b4c711315cbd5ea3ff268 (diff)
parent7cd31c8dab49c59f8c6e67528d528514cc13932c (diff)
<hafid> change request sourcing job order
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index ac871ead..33cd51e4 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -391,7 +391,7 @@
{
'readonly': [
'|',
- ('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved']),
+ ('approval_status', 'in', ['pengajuan0','pengajuan1', 'pengajuan2', 'approved']),
('state', 'not in', ['cancel', 'draft'])
]
}