diff options
Diffstat (limited to 'fixco_custom/views')
| -rwxr-xr-x | fixco_custom/views/detail_order.xml | 4 |
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> |
