diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-02 09:12:19 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-02 09:12:19 +0700 |
| commit | c229cfa774e9283938102c4b2ccc41756014842a (patch) | |
| tree | e2d6a991d1b5882bcf99cea09fb8a8ca309500ef /indoteknik_custom/views | |
| parent | 199676d2864dd29faebee8b329785b179156f47d (diff) | |
| parent | 5d51a05b422fb259e14288fd1271a8c7e65a6aa4 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
merge
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']) ] } |
