[FIX] account_analytic_analysis: don't set the group 'Mandatory use of templates in contracts' as part of the 'Sales' application, as it has the side effect of exploding the drop-down menu to manage access rights into booleans. This group belong to the base.module_category_hidden category

bzr revid: qdp-launchpad@openerp.com-20130320115932-wr6sk7yk0qvntpt5
This commit is contained in:
Quentin (OpenERP) 2013-03-20 12:59:32 +01:00
parent 7502967a47
commit d256ba7d06
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<record id="group_template_required" model="res.groups">
<field name="name">Mandatory use of templates in contracts</field>
<field name="category_id" ref="base.module_category_sales_management"/>
<field name="category_id" ref="base.module_category_hidden"/>
<field name="comment">the field template of the analytic accounts and contracts will be required.</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>