Wednesday, October 27, 2021
3 changes · master
Enhancements to existing features
Recruitment now counts duplicate job applications more reliably by matching applicant email addresses regardless of capitalization. This helps recruiters see accurate duplicate counts even when candidates use different letter casing in their email address.
Original PR description
Improves the application count compute by ignoring case when matching applications by email. TaskId-2669835
This update improves the speed of automated checks across several HR-related areas by reusing shared test setup where appropriate. It helps development and validation run faster without changing day-to-day HR functionality for users.
Original PR description
TaskID: 2669222 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorganizes several HR-related automated tests so shared setup work is done once instead of repeated for every test. It helps developers and maintainers get quicker feedback when validating HR, payroll, appraisal, referral, and Belgian payroll changes, without changing customer-facing features.
Original PR description
TaskID: 2669222