diff options
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index eeb51eaa..9620bf50 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -373,10 +373,9 @@ <attribute name="attrs"> { 'readonly': [ - '|', '|', + '|', ('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved']), - ('state', 'not in', ['cancel', 'draft']), - ('partner_id', 'not in', [29179]) + ('state', 'not in', ['cancel', 'draft']) ] } </attribute> |
