Monday, July 1, 2024
1 change · 17.0
Enhancements to existing features
This update improves performance when recruitment survey responses are linked to job applicants. It adds the missing database optimization needed for faster access on large survey response records, reducing delays in recruitment workflows.
Original PR description
## Description Following a1bc13b39559fa82763a9f0b3b603f6026b8a151 the field `One2many: applicant_ids` becomes `Many2one: applicant_id`. The field is used in lookups (ir.rules) and is also the inverse of `hr.applicant.response_ids`, and is present on the model `survey.user_input`, which is a large table, therefor should be indexed. ## Reference task-4011294 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr