Monday, February 19, 2024
3 changes · master
Enhancements to existing features
Job listings in the recruitment kanban now follow the website recruitment ordering instead of being changed by referrals. This keeps published and newly created jobs displayed in the expected order for recruiters and visitors.
Original PR description
Before this commit, the job order on kanban view was override by hr_referral module but with this task we want to keep the behaviour of website_hr_recrutment module. Now the order is decided by published date and job's creation date (behaviour of website_hr_recruitment) task: 3610490
India payslips now show the employee's department. This gives payroll and finance teams clearer context for reporting and timing-related payroll processes.
Original PR description
We add the employee's department to their payslips to help with financial timing, task-3649463
The Sign app no longer uses an outdated customization for language selection because the underlying behavior now already does what is needed. This reduces unnecessary maintenance while keeping the signing experience unchanged for users.
Original PR description
See community counterpart, `get_available()` got renamed. The equivalent of `get_available()` is now only returning the active language, which makes this override not needed anymore. Note that the test modified here was introduced with this commit: https://github.com/odoo/enterprise/commit/88c846e910ad25546d4b35355c4d9c337825b9f5