This question has been flagged
1 Reply
2009 Views


We have developed a certification report for all employees.
The boss can see all the records of all employees however we need that a user who is not a boss can also 
all the certifications of all employees and not only their own. 



Avatar
Discard
Best Answer

Hi,

May be you added domain in record rule for that model to see their own. So you need to remove the below condition in that domain.

[('company_id', '=', user.company_id.id)]

Avatar
Discard