Wednesday, August 24, 2022
3 changes
Enhancements to existing features
This update modernizes several HR-related screens and mobile preference pages using Odoo's newer interface framework. Business users should see more consistent behavior in appraisal skills, payroll dashboard flows, and mobile language or preference settings, with supporting tests updated to match.
Original PR description
Migration of the different views/widgets for the HR scope. Related: odoo/odoo#98301 task-2928190
Two useful Planning search filters have been restored: one to find shifts for employees on time off and another to find published shifts that were later edited and may need resending. This helps planning users quickly identify schedule conflicts and updates that require follow-up.
Original PR description
This commit re-introduces two filters in the planning search view
that were removed after version saas-15.3
The first filter ("Employees on Time Off") shows the shifts of the
employees that have taken time off. The second filter ("To Resend")
shows shifts which have been edited after being published.
Both these filters should make it easier for users to navigate the
shifts in the planning app.
task-2957289Spreadsheet pivot totals and accounting formulas now display monetary amounts using the active company currency. This makes financial reports clearer and reduces confusion when companies work with different currencies.