summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-12 09:46:14 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-12 09:46:14 +0700
commit82f0467cd3f014761fd35bd04eecc485ed8addda (patch)
tree75611274f899a1b2c38df55f713c4fba668dd950 /indoteknik_custom/views
parent8edde46e16d4d977e84a3681c03d1bfab8591a71 (diff)
push
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 54c01594..68116544 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -14,7 +14,7 @@
<button name="do_unreserve"
string="Unreserve Picking"
type="object"
- attrs="{'invisible': [('state', 'not in', ['draft', 'cancel', 'done'])]}"
+ attrs="{'invisible': [('state', 'in', ['draft', 'cancel', 'done'])]}"
/>
<button name="sale_order_approve"
string="Ask Approval"