[FIX] event: fixed the access rights in order to have that being in the manager group implies being in the user group too

bzr revid: qdp-launchpad@openerp.com-20120329085703-419271p8s81cl6zo
This commit is contained in:
Quentin (OpenERP) 2012-03-29 10:57:03 +02:00
parent e5346f76ce
commit 236ed739b9
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<record id="group_event_manager" model="res.groups">
<field name="name">Manager</field>
<field name="category_id" ref="module_category_event_management"/>
<field name="implied_ids" eval="[(4, ref('group_event_user'))]"/>
</record>
<record model="res.users" id="base.user_admin">