Recruitment Changes

This commit is contained in:
Pranay 2025-03-24 13:10:34 +05:30 committed by administrator
parent c2865b2e36
commit ff9dc4b405
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ class HRJobRecruitment(models.Model):
rec.submission_status = 'zero'
experience = fields.Many2one('candidate.experience', string="Experience")
@api.depends('application_ids.submitted_to_client')
def _compute_no_of_submissions(self):
counts = dict(self.env['hr.applicant']._read_group(