[IMP] account: root menu is now 'Invoicing', and becomes 'Accounting' once module account_accountant is installed

bzr revid: rco@openerp.com-20120620071253-qnrkuzr0u3v123x9
This commit is contained in:
Raphael Collet 2012-06-20 09:12:53 +02:00
parent a0088a0835
commit 2f5887a787
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<openerp>
<data>
<menuitem icon="terp-account" id="menu_finance" name="Accounting" sequence="14"
<menuitem icon="terp-account" id="menu_finance" name="Invoicing" sequence="14"
groups="group_account_user,group_account_manager,group_account_invoice"
web_icon="images/accounting.png"
web_icon_hover="images/accounting-hover.png"/>

View File

@ -2,6 +2,11 @@
<openerp>
<data>
<!-- rename root menu "Accounting" -->
<record id="account.menu_finance" model="ir.ui.menu">
<field name="name">Accounting</field>
</record>
<!--
It's easier for new users to not activate this (ex: they misconfigure
header and footer.)