summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-27 11:26:25 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-27 11:26:25 +0700
commit40e70a21c1f97c7325fef6164ef098582eb39534 (patch)
tree82193aad9902deb31e2c36adc415d043ed333c0f /indoteknik_custom/views
parent49863418d3cf9aea12cd9594ef5351648664027c (diff)
approval SO 2 parameter dengan menambahkan pengecekan value
Diffstat (limited to 'indoteknik_custom/views')
-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 c3df92ec..2d4488ab 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -385,7 +385,7 @@
{
'readonly': [
'|',
- ('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved']),
+ ('approval_status', 'in', ['pengajuan0','pengajuan1', 'pengajuan2', 'approved']),
('state', 'not in', ['cancel', 'draft'])
]
}