Let's say I have a model employee.category for which I have created a rule for a group A.
Users from group A shouldn't see all the records when they enter a menu that shows the employee.category records. (This I have achieved using the rule)
The problem is, I have employee.category as a Many2one field in another model's form view, and the users from group A can't see all the records of the Many2one (because the rule is global), is there any way for me to make the rule only work when consulting the menu of employee.category and not when seeing the Many2one records in another model's form view ?