diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-26 11:20:25 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-26 11:20:25 +0700 |
| commit | 87f6bc09d6fe91526116301375efc544f31be625 (patch) | |
| tree | ff6fb5cb6c321ac1b89ac0ad20f8a83947bde8a6 /fixco_custom/views/detail_order.xml | |
| parent | c086f5e20505edbcc1d7769562393fb2e7e4b5c6 (diff) | |
upload_type and validation import excel
Diffstat (limited to 'fixco_custom/views/detail_order.xml')
| -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 beb6d5c..586e10d 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', '=', False)]}" /> <button name="execute_queue_detail" string="Create SO" type="object" - attrs="{'invisible': [('sale_id', '!=', False)]}" + attrs="{'invisible': [('sale_id', '=', False)]}" /> </header> <sheet> |
