Recruitment
11
Applicant multi company rule
[('company_id', 'in', company_ids + [False])]
Interviewer
10
Interviewer right will give access to all job position/applications where the employee is defined. It will allow to refuse, plan meetings.
Officer: Manage all applicants
20
Administrator
30
Display CV on application form
Applicant Interviewer
[
'|',
('job_id.interviewer_ids', 'in', user.id),
('interviewer_ids', 'in', user.id),
]
User: All Applicants
[(1, '=', 1)]
User: All Applicants
[(1, '=', 1)]
User: All Talent Pools
[(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')]