Target change to Number of Positions
This commit is contained in:
parent
9f3d07d7be
commit
2288404bc2
|
|
@ -114,7 +114,7 @@ class HRJobRecruitment(models.Model):
|
|||
secondary_skill_ids = fields.Many2many('hr.skill', "hr_job_recruitment_hr_skill_rel",
|
||||
'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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue