Target change to Number of Positions
This commit is contained in:
parent
dec0db69f2
commit
a9650eb637
|
|
@ -114,7 +114,7 @@ class HRJobRecruitment(models.Model):
|
||||||
secondary_skill_ids = fields.Many2many('hr.skill', "hr_job_recruitment_hr_skill_rel",
|
secondary_skill_ids = fields.Many2many('hr.skill', "hr_job_recruitment_hr_skill_rel",
|
||||||
'job_recruitment_id', 'hr_skill_id', "Secondary Skills")
|
'job_recruitment_id', 'hr_skill_id', "Secondary Skills")
|
||||||
|
|
||||||
no_of_recruitment = fields.Integer(string='Target', copy=False,
|
no_of_recruitment = fields.Integer(string='Number Of Positions', copy=False,
|
||||||
help='Number of new employees you expect to recruit.', default=1)
|
help='Number of new employees you expect to recruit.', default=1)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue