[IMP] apply default group_analytic_account_for_sales

bzr revid: tpa@tinyerp.com-20120914093126-81ihp3pltq37yav6
This commit is contained in:
Turkesh Patel (Open ERP) 2012-09-14 15:01:26 +05:30
parent 4eac135e08
commit efd9581812
2 changed files with 11 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Adds menu to show relevant information to each manager.You can also view the rep
'depends': ['hr_timesheet_invoice', 'sale'], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application
'data': [
'security/ir.model.access.csv',
'security/account_analytic_analysis_security.xml',
'account_analytic_analysis_view.xml',
'account_analytic_analysis_menu.xml',
'account_analytic_analysis_cron.xml',

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record model="res.users" id="base.user_root">
<field eval="[(4,ref('sale.group_analytic_accounting'))]" name="groups_id"/>
</record>
</data>
</openerp>