The user interacting with the application as interviewer don't need any specific access. They'll have access thanks to their interviewer assignation.
11
Applicant multi company rule
[('company_id', 'in', company_ids + [False])]
Recruitment Interviewer
Officer : Manage all applicants
Administrator
Display CV on application form
Applicant Interviewer
[
'|',
('job_id.interviewer_ids', 'in', user.id),
('interviewer_ids', 'in', user.id),
]
Interviewer: No Applicant Chatter
[
'|',
('model', '!=', 'hr.applicant'),
'&',
('model', '=', 'hr.applicant'),
('mail_activity_type_id', '!=', False)
]