Change to Expeted Skills TO Primary Skills
This commit is contained in:
parent
a421881fda
commit
dec0db69f2
|
|
@ -151,7 +151,7 @@ class HRJobRecruitment(models.Model):
|
||||||
tracking=True, help="The Recruiter will be the default value for all Applicants in this job \
|
tracking=True, help="The Recruiter will be the default value for all Applicants in this job \
|
||||||
position. The Recruiter is automatically added to all meetings with the Applicant.")
|
position. The Recruiter is automatically added to all meetings with the Applicant.")
|
||||||
interviewer_ids = fields.Many2many('res.users', string='Interviewers', domain="[('share', '=', False), ('company_ids', 'in', company_id)]", help="The Interviewers set on the job position can see all Applicants in it. They have access to the information, the attachments, the meeting management and they can refuse him. You don't need to have Recruitment rights to be set as an interviewer.")
|
interviewer_ids = fields.Many2many('res.users', string='Interviewers', domain="[('share', '=', False), ('company_ids', 'in', company_id)]", help="The Interviewers set on the job position can see all Applicants in it. They have access to the information, the attachments, the meeting management and they can refuse him. You don't need to have Recruitment rights to be set as an interviewer.")
|
||||||
skill_ids = fields.Many2many('hr.skill','hr_job_recruitment_hr_primary_skill_rel','job_id', 'user_id', string="Expected Skills")
|
skill_ids = fields.Many2many('hr.skill','hr_job_recruitment_hr_primary_skill_rel','job_id', 'user_id', string="Primary Skills")
|
||||||
address_id = fields.Many2one(
|
address_id = fields.Many2one(
|
||||||
'res.partner', "Job Location", default=_default_address_id,
|
'res.partner', "Job Location", default=_default_address_id,
|
||||||
domain="[('is_company','=',True),('contact_type','=',recruitment_type)]",
|
domain="[('is_company','=',True),('contact_type','=',recruitment_type)]",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue