diff options
Diffstat (limited to 'fixco_custom/views/upload_ginee.xml')
| -rw-r--r-- | fixco_custom/views/upload_ginee.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/upload_ginee.xml b/fixco_custom/views/upload_ginee.xml index de99c3d..47a2dff 100644 --- a/fixco_custom/views/upload_ginee.xml +++ b/fixco_custom/views/upload_ginee.xml @@ -21,8 +21,8 @@ <form string="Upload Ginee"> <header> <button name="action_import_excel" string="Import Excel" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> - <button name="action_get_order_id" string="Get Order ID" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> - <button name="action_create_detail_order" string="Create Detail Order" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> + <button name="action_get_order_id" string="Get Order ID" type="object" class="oe_highlight" invisible="1"/> + <button name="action_create_detail_order" string="Create Detail Order" type="object" class="oe_highlight" invisible="1"/> <button name="action_get_order_id_and_create_detail_order" string="Get Order ID And Create Detail Order" type="object" class="oe_highlight" attrs="{'invisible': [('number', '=', False)]}"/> <field name="number" widget="field_no_edit" options="{'no_open': True}"/> <field name="date_upload"/> |
