Interviewer right will give access to all job position/applications where the employee is defined. It will allow to refuse, plan meetings.
11
Applicant multi company rule
[('company_id', 'in', company_ids + [False])]
Candidate multi company rule
[('company_id', 'in', company_ids + [False])]
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),
]
Candidate Interviewer
[
'|',
('applicant_ids.job_id.interviewer_ids', 'in', user.id),
('applicant_ids.interviewer_ids', 'in', user.id),
]
User: All Applicants
[(1, '=', 1)]
User: All Candidates
[(1, '=', 1)]
User: All Applicants
[(1, '=', 1)]
User: All Chatter
[(1, '=', 1)]
Manager can manage applicant plans
[('res_model', '=', 'hr.applicant')]
Manager can manage applicant plan templates
[('plan_id.res_model', '=', 'hr.applicant')]