summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-21 09:31:41 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-21 09:31:41 +0700
commit9bb5dc696324e21fc55c2452fb8cffd557b3ed95 (patch)
treecd38c2f9e1c5b9580d14dd4ea6e253d857742d63
parent19d626f57ccf9bcdc4769ee5e0328117e7246beb (diff)
fix error
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index 630c6321..85e08f79 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')]}"/>
+ 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'])]}"/>