Daily updates from Odoo
Wednesday, January 24, 2024
2 changes
1 change
Enhancements to existing features
The planning role search no longer shows role avatars when no matching result is found. This reduces visual clutter and makes the helper message in the search experience easier to read.
Original PR description
In this commit, we remove the role avatars shown when searching for a role in the search bar of the planning role menu and no result is found. The rationale is that the role avatars displayed in such cases are clashing visually with the textual action helper. task-3696673
1 change
Enhancements to existing features
This update streamlines the Hong Kong payroll module's demo data by removing unnecessary function calls and improving data accuracy. The changes fix leap year handling in payslip dates and prevent leave schedules from overlapping with weekends, making the demo data more realistic and easier to maintain.
Original PR description
Impacted Version: - 16.0 and above This commit improve below features: - Simplify demo data and remove unnessary function call - Improve demo_payslip_2 date_to for leap year - Improve leaves to avoid overlapping weekend X-original-commit: 45321a2 Forward-Port-Of: odoo/enterprise#54283