I want to add record level security in Applicant model. I want to restrict
user
to specific stage of recruitment process
, he can see only stage
that is related to him.
I just needed this domain
[('name','=','First Interview')]
with object hr.recruitment.stage
in record rule