summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-06-28 08:54:35 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-06-28 08:54:35 +0700
commitbe3af87277be6d884abbcc9f584f52a3871a6869 (patch)
treeccca579890fd93518eeb9b8ad646de0363172139 /fixco_custom/views
parent87f6bc09d6fe91526116301375efc544f31be625 (diff)
schema SO Blibli
Diffstat (limited to 'fixco_custom/views')
-rwxr-xr-xfixco_custom/views/detail_order.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/detail_order.xml b/fixco_custom/views/detail_order.xml
index 586e10d..422c471 100755
--- a/fixco_custom/views/detail_order.xml
+++ b/fixco_custom/views/detail_order.xml
@@ -27,12 +27,12 @@
<button name="execute_queue"
string="Create Detail Order"
type="object"
- attrs="{'invisible': [('detail_order', '=', False)]}"
+ attrs="{'invisible': [('detail_order', '!=', True)]}"
/>
<button name="execute_queue_detail"
string="Create SO"
type="object"
- attrs="{'invisible': [('sale_id', '=', False)]}"
+ attrs="{'invisible': [('sale_id', '!=', True)]}"
/>
</header>
<sheet>