diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-10-09 09:51:01 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-10-09 09:51:01 +0700 |
| commit | 60a1f399181eb310beaf9f5ee9a7b0a6033b60ee (patch) | |
| tree | 98bdce89bfb8d5179d7c6d5d53084dff97600331 | |
| parent | a9aff3725c86ae6e864e8b5e2b45596ef7dff6e0 (diff) | |
PUSH
| -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> |
