Skip to content

Commit

Permalink
[REM] auth_signup: remove tooltip
Browse files Browse the repository at this point in the history
[IMP] base: Reporting: rename menu "Reporting" to "Reports"
  • Loading branch information
ppr-odoo committed Jul 25, 2017
1 parent 67e2372 commit 8d65da3
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 34 deletions.
2 changes: 1 addition & 1 deletion addons/auth_signup/views/base_config_settings_views.xml
Expand Up @@ -7,7 +7,7 @@
<field name="inherit_id" ref="base_setup.base_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@id='access_rights']" position="after">
<div class="col-xs-12 col-md-6 o_setting_box" title="If unchecked, only invited users may sign up.">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
</div>
<div class="o_setting_right_pane">
Expand Down
4 changes: 2 additions & 2 deletions addons/base_gengo/views/base_config_settings_views.xml
Expand Up @@ -21,13 +21,13 @@
</div>
<div name="gengo_auto_approve" attrs="{'invisible': [('module_base_gengo','=',False)]}">
<div name="gengo_auto_approve">
<field name="gengo_auto_approve"/>
<field name="gengo_auto_approve" class="oe_inline"/>
<label for="id" string="Auto Approve Translation"/>
</div>
</div>
<div name="gengo_sandbox" attrs="{'invisible': [('module_base_gengo','=',False)]}">
<div name="gengo_sandbox">
<field name="gengo_sandbox"/>
<field name="gengo_sandbox" class="oe_inline"/>
<label for="id" string="Sandbox Mode"/>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions addons/base_setup/views/base_config_settings_views.xml
Expand Up @@ -98,10 +98,6 @@
<div class="mt16">
<button name="%(base.action_res_company_form)d" icon="fa-arrow-right" type="action" string="Companies" class="btn-link"/>
</div>
<div id="company_share_partner">
<field name="company_share_partner"/>
<label string="Common Contact Book" class="o_light_label" for="company_share_partner"/>
</div>
</div>
</div>
</div>
Expand All @@ -111,8 +107,9 @@
</div>
<div class="o_setting_right_pane">
<label string="Inter-Companies Transactions" for="module_inter_company_rules"/>
<span class="fa fa-lg fa-building-o" title="Values set here are company-specific." groups="base.group_multi_company"/>
<div class="text-muted">
Automate inter-companies transactions
Automate the creation of documents between your companies
</div>
<div class="content-group" attrs="{'invisible': [('module_inter_company_rules','=',False)]}" id="inter_companies_rules">
<div class="mt16 text-warning"><strong>Save</strong> this page and come back here to set up the feature.</div>
Expand Down
6 changes: 0 additions & 6 deletions addons/google_calendar/views/base_config_settings_views.xml
Expand Up @@ -27,10 +27,4 @@
<field name="target">inline</field>
</record>

<menuitem id="menu_calendar_google_tech_config"
name="API Credentials"
parent="calendar.menu_calendar_configuration"
groups="base.group_no_one"
action="action_config_settings_google_calendar"/>

</odoo>
2 changes: 1 addition & 1 deletion addons/mail/views/mail_message_subtype_views.xml
Expand Up @@ -8,8 +8,8 @@
<field name="priority">10</field>
<field name="arch" type="xml">
<tree string="Subtype">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="sequence"/>
<field name="res_model"/>
<field name="default"/>
</tree>
Expand Down
1 change: 0 additions & 1 deletion addons/product/__manifest__.py
Expand Up @@ -31,7 +31,6 @@
'security/product_security.xml',
'security/ir.model.access.csv',
'wizard/product_price_list_views.xml',
'views/base_config_settings_views.xml',
'views/product_attribute_views.xml',
'views/product_uom_views.xml',
'views/product_views.xml',
Expand Down
14 changes: 0 additions & 14 deletions addons/product/views/base_config_settings_views.xml

This file was deleted.

2 changes: 1 addition & 1 deletion odoo/addons/base/ir/ir_actions.xml
Expand Up @@ -388,7 +388,7 @@ env["res.partner"].create({"name": partner_name})
<field name="name">Config Wizard Steps</field>
<field name="arch" type="xml">
<tree string="Config Wizard Steps">
<field name="sequence"/>
<field name="sequence" widget='handle'/>
<field name="action_id"/>
<field name="state" readonly="1"/>
<button name="action_launch" states="open" string="Launch" type="object" icon="fa-cogs" help="Launch Configuration Wizard"/>
Expand Down
2 changes: 1 addition & 1 deletion odoo/addons/base/ir/ir_filters.xml
Expand Up @@ -96,7 +96,7 @@
</field>
</record>
<record id="actions_ir_filters_view" model="ir.actions.act_window">
<field name="name">Filters</field>
<field name="name">User-defined Filters</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">ir.filters</field>
</record>
Expand Down
2 changes: 1 addition & 1 deletion odoo/addons/base/ir/ir_ui_menu_view.xml
Expand Up @@ -44,7 +44,7 @@
<field eval="8" name="priority"/>
<field name="arch" type="xml">
<tree string="Menu">
<field name="sequence"/>
<field name="sequence" widget='handle'/>
<field icon="icon" name="complete_name" string="Menu"/>
</tree>
</field>
Expand Down
2 changes: 1 addition & 1 deletion odoo/addons/base/res/report_paperformat_views.xml
Expand Up @@ -63,7 +63,7 @@
/>
<menuitem
id="reports_menuitem"
name="Reporting"
name="Reports"
parent="reporting_menuitem"
action="reports_action"
sequence="3"
Expand Down

0 comments on commit 8d65da3

Please sign in to comment.