From 06562a108b19b16b62a4aa12226b698d727807b9 Mon Sep 17 00:00:00 2001 From: qsm-odoo <qsm@odoo.com> Date: Fri, 11 Sep 2015 13:24:57 +0200 Subject: [PATCH] [IMP] *: Change all gtk-execute icons to fa-cogs --- addons/account/views/res_config_view.xml | 2 +- addons/base_setup/res_config_view.xml | 2 +- addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml | 2 +- addons/purchase_requisition/purchase_requisition_view.xml | 2 +- addons/stock/stock_view.xml | 2 +- openerp/addons/base/ir/ir_actions.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/account/views/res_config_view.xml b/addons/account/views/res_config_view.xml index 918ca8eac636..d4a4e298d351 100644 --- a/addons/account/views/res_config_view.xml +++ b/addons/account/views/res_config_view.xml @@ -20,7 +20,7 @@ </header> <div> <label string="You will find more options in your company details: address for the header and footer, overdue payments texts, etc."/> - <button type="object" name="open_company" string="Configure your company data" icon="gtk-execute" class="oe_inline oe_link"/> + <button type="object" name="open_company" string="Configure your company data" icon="fa-cogs" class="oe_inline oe_link"/> </div> <field name="has_default_company" invisible="1" /> <field name="has_chart_of_accounts" invisible="1"/> diff --git a/addons/base_setup/res_config_view.xml b/addons/base_setup/res_config_view.xml index 267cb2b339bb..d2237a7ef218 100644 --- a/addons/base_setup/res_config_view.xml +++ b/addons/base_setup/res_config_view.xml @@ -13,7 +13,7 @@ <separator string="General Settings"/> <div> <label string="You will find more options in your company details: address for the header and footer, overdue payments texts, etc."/> - <button type="object" name="open_company" string="Configure your company data" icon="gtk-execute" class="oe_inline oe_link"/> + <button type="object" name="open_company" string="Configure your company data" icon="fa-cogs" class="oe_inline oe_link"/> </div> <group> <label for="id" string="Options"/> diff --git a/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml b/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml index 9a284b7deb1f..7dbe8e650dba 100644 --- a/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml +++ b/addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml @@ -8,7 +8,7 @@ <field name="arch" type="xml"> <form string="Payslips by Employees"> <header> - <button icon="gtk-execute" string="Generate" name="compute_sheet" type="object" class="oe_highlight" /> + <button icon="fa-cogs" string="Generate" name="compute_sheet" type="object" class="oe_highlight" /> </header> <group> <label colspan="4" nolabel="1" string="This wizard will generate payslips for all selected employee(s) based on the dates and credit note specified on Payslips Run." /> diff --git a/addons/purchase_requisition/purchase_requisition_view.xml b/addons/purchase_requisition/purchase_requisition_view.xml index 1649d30fab44..904d1335dc84 100644 --- a/addons/purchase_requisition/purchase_requisition_view.xml +++ b/addons/purchase_requisition/purchase_requisition_view.xml @@ -45,7 +45,7 @@ <button name="open_rfq" type="object" string="RFQs/Bids" class="oe_stat_button" icon="fa-list-alt" attrs="{'invisible': [('state', '=', 'draft')]}"/> <button name="%(action_purchase_requisition_partner)d" type="action" - string="Request a Quotation" icon="gtk-execute" + string="Request a Quotation" icon="fa-cogs" attrs="{'invisible': ['|', ('line_ids','=',[]),('state', 'in', ('draft' ,'open','done'))]}"/> </div> <div class="pull-left"> diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 364932dd0fd9..8eb182bf0971 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -2107,7 +2107,7 @@ <button class="oe_stat_button" name="%(action_picking_tree_all)d" string="Package Transfers" type="action" widget="statinfo" icon="fa-dropbox"/> - <button name="get_content_package" type="object" string="View Contained Packages content" icon="gtk-execute" attrs="{'invisible': [('children_ids','=',[])]}"/> + <button name="get_content_package" type="object" string="View Contained Packages content" icon="fa-cogs" attrs="{'invisible': [('children_ids','=',[])]}"/> </div> <div class="oe_title"> <label for="name" string="Package Reference" class="oe_edit_only"/> diff --git a/openerp/addons/base/ir/ir_actions.xml b/openerp/addons/base/ir/ir_actions.xml index 2660c436e22b..d2dd8ea35bbf 100644 --- a/openerp/addons/base/ir/ir_actions.xml +++ b/openerp/addons/base/ir/ir_actions.xml @@ -516,7 +516,7 @@ <field name="action_id"/> <field name="type"/> <field name="state" readonly="1"/> - <button name="action_launch" states="open" string="Launch" type="object" icon="gtk-execute" help="Launch Configuration Wizard"/> + <button name="action_launch" states="open" string="Launch" type="object" icon="fa-cogs" help="Launch Configuration Wizard"/> <button name="action_open" states="done" string="Todo" type="object" help="Set as Todo" icon="gtk-convert"/> @@ -531,7 +531,7 @@ <header> <button name="action_launch" states="open" string="Launch" - type="object" icon="gtk-execute" class="oe_highlight" + type="object" icon="fa-cogs" class="oe_highlight" help="Launch Configuration Wizard"/> <button name="action_open" states="done" string="Set as Todo" type="object" -- GitLab