diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-15 10:54:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-15 10:54:48 +0700 |
| commit | 86661812c0c27c35f1df908a919d03d62f32cc3b (patch) | |
| tree | 943bf84880fbfa387a6929d737cba0ff6161de61 | |
| parent | e62ffd2f80bb216edcf92140f70ea0d5fee232bc (diff) | |
<iman> ubah invisible ask aproval
| -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 3539dbf3..008a04ed 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -14,7 +14,7 @@ <button name="sale_order_approve" string="Ask Approval" type="object" - attrs="{'invisible': [('approval_status', 'in', ['pengajuan1', 'pengajuan2', 'approved'])]}" + attrs="{'invisible': [('approval_status', '=', ['approved'])]}" /> <button name="action_web_approve" string="Web Approve" |
