[IMP] account: root menu is now 'Invoicing', and becomes 'Accounting' once module...
[odoo/odoo.git] / addons / account_accountant / account_accountant_data.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4
5         <!-- rename root menu "Accounting" -->
6         <record id="account.menu_finance" model="ir.ui.menu">
7             <field name="name">Accounting</field>
8         </record>
9
10 <!--
11         It's easier for new users to not activate this (ex: they misconfigure
12         header and footer.)
13
14         <record model="ir.actions.report.xml" id="account.account_invoices">
15             <field name="attachment_use">1</field>
16         </record>
17 -->
18
19     </data>
20 </openerp>