diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-02-27 14:52:52 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-02-27 14:52:52 +0000 |
| commit | 7cd31c8dab49c59f8c6e67528d528514cc13932c (patch) | |
| tree | f2aae2abeaf8f98d7d3213c12f92fb734635fb1a /indoteknik_custom/views | |
| parent | deba773edb01799a13a047dcae080272145badc7 (diff) | |
| parent | 5af63f0a3c3a39cc52252c6a1235ef6dc3203c2a (diff) | |
Merged in approve_by_value (pull request #492)
Approve by value
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
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']) ] } |
