Target change to Number of Positions

This commit is contained in:
shankar 2025-03-13 12:00:17 +05:30 committed by administrator
parent 9f3d07d7be
commit 2288404bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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)