[FIX] hr: HR Officer group should imply HR Employee group

Failure to have this dependency means that the drop-down for 
HR permissions on the user will always only show Employee
even if the user also has Officer/Manager access

bzr revid: odo@openerp.com-20110824151143-cysnlvetzrvqrfs2
This commit is contained in:
Olivier Dony 2011-08-24 17:11:43 +02:00
parent 58fc194593
commit d45883d44a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<record id="base.group_hr_user" model="res.groups">
<field name="name">Human Resources / HR Officer</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>
<record id="base.group_hr_manager" model="res.groups">
<field name="name">Human Resources / HR Manager</field>