I am trying to modify the record rule that allows the project responsibles to see all the projects. The rule is the next:
Project: project manager: see all which applies to the model project and has the next domain [('1','=',1)].
I am trying to modify the domain and this is what I am writing:
[('user_id','=',user.id)]
The record rule is working beacuse I don't get any error, but a project manager can view all project, although he is not the responsible. I hope you can help. Thank you in advance