Change 1 of 4
Improved integration
Integration between applicants, talent pool, and job positions has been improved, with a more user-friendly interface, better synchronization between talent and applications, and more accurate talent-to-job matching.
Official Odoo 20 release note
In plain words
Talents (profiles in a talent pool) and their applications are now linked more tightly: a talent form has an Apply to Jobs button that lists each job with its matching score, a job has a Matching Talents button, and shared fields (contact details, skills and so on) are kept in sync between a talent and its applications.
Where to find it
- Recruitment > Applications > Talents filter, open a talent.
- Click Apply to Jobs and open the Job Positions list.
For users
From a talent, pick the best fitting jobs directly; from a job, pull in the best talents. Editing a talent updates its applications.
For developers
hr.applicant._get_sync_fields() drives the talent to applications sync in write(); the job.add.applicants wizard shows the matching score in the job names (context show_matching_score_in_name).
Upgrading from Odoo 19
None.
