Friday, December 8, 2023
4 changes · master
Enhancements to existing features
Employee searches now include a Department option, making it easier for HR users to find people based on where they work. This improves day-to-day navigation in the employee directory and helps teams locate relevant staff faster.
Original PR description
With this commit, we have improved - The employee search view by adding a 'Department' search option task-3613262 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
Survey forms now include clearer internal markers for appraisal-related settings such as time limits, certification, and live sessions. This helps related appraisal features identify and adjust the right survey sections more reliably without changing the visible user experience.
Original PR description
Add the selector to target the elements in the 'hr_appraisal_survey' when 'survey_type' is configured for appraisal. -> Add the name to the 'div' containing 'is_time_limited' and 'certification' field. -> Add a name to the 'group' containing the 'live session' block. Task-3390319
The recruitment demo data has been updated to make product demonstrations smoother and more realistic. Demo job positions now have assigned owners, applicant emails can be triggered at the initial qualification stage, appointment booking is simplified, and resumes are available in Documents.
Original PR description
The purpose of this commit is to improve the demo-data : - every job position have a responsible - automatically send email to applicant where stage "initial qualification" is selected - when a applicant want to have an online appointment , he will just select an hour (it's easier when you want to do a demo) - demo's resume are available in document application task : 3595587 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
The recruitment demo data has been enhanced so job openings have assigned owners, applicants can receive automated emails at the initial qualification stage, and booking interview slots is simpler. Demo resumes are also now available in the Documents app, making sales or training demonstrations more complete and realistic.
Original PR description
The purpose of this commit is to improve the demo-data : - every job position have a responsible - automatically send email to applicant where stage "initial qualification" is selected - when a applicant want to have an online appointment , he will just select an hour (it's easier when you want to do a demo) - demo's resume are available in document application task : 3595587