Odoo Record Rules to filter for subordinates leave

477 Views Asked by At

I am a Odoo newbie.

I have used the following rule: ['|',('employee_id.user_id','=',user.id),('employee_id.parent_id.user_id','=',user.id)] to only allow employees to view their leave applications and have only managers see the subordinates leave applications. However, while applying this rule to everyone (Globally), I would like to still have HR Managers (those given Manager roles i believe its base.group_hr_manager in the module) to be able to see every ones leave request ?

Thanks in advance

1

There are 1 best solutions below

0
On

Use this:

[(1, '=', 1)]

And add HR Manager in groups