summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-02-27 14:52:52 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-02-27 14:52:52 +0000
commit7cd31c8dab49c59f8c6e67528d528514cc13932c (patch)
treef2aae2abeaf8f98d7d3213c12f92fb734635fb1a /indoteknik_custom/views
parentdeba773edb01799a13a047dcae080272145badc7 (diff)
parent5af63f0a3c3a39cc52252c6a1235ef6dc3203c2a (diff)
Merged in approve_by_value (pull request #492)
Approve by 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'])
]
}