diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-21 09:28:24 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-21 09:28:24 +0700 |
| commit | 19d626f57ccf9bcdc4769ee5e0328117e7246beb (patch) | |
| tree | aba6d691df08c76327a8a24a7784cce1513b3aa6 | |
| parent | c357d6bd7586b0331b27dbe864179b1fad63bf2e (diff) | |
fix button uang muka
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 7b604a66..630c6321 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -27,7 +27,7 @@ attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> <button name="indoteknik_custom.action_view_uangmuka_pembelian" string="UangMuka" - type="action" attrs="{'invisible': ['|', ('approval_status', '!=', 'approved'), ('state', '=', 'done')]}"/> + type="action" attrs="{'invisible': ['|', ('approval_status', '!=', 'approved')]}"/> </button> <field name="date_order" position="before"> <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> |
