Daily updates from Odoo
Tuesday, February 8, 2022
4 changes · master
Enhancements to existing features
Configuration pages now avoid repeating updates when settings have not actually changed. This reduces unnecessary background database activity and helps keep administration actions smoother without changing visible functionality.
Payroll dashboard notes such as “Useful Links” can now be limited to users with access to the relevant company, reducing confusion for people working across multiple companies. The payroll dashboard action also now focuses on batches rather than individual payslips, making batch-level payroll work easier to navigate.
This update avoids saving company records when settings have not actually changed. It improves performance in settings screens by reducing unnecessary system recalculations and cache refreshes.
Original PR description
Updates on company records should be avoided if not necessary to reduce useless cache invalidations, recomputations, ....
Code cleanup and technical improvements
This update refreshes icons and related interface styling across several enterprise modules to align with Odoo 16’s visual redesign. It also updates outdated layout classes, helping keep the user experience consistent with the wider platform changes.
Original PR description
PURPOSE Mirror community changes on icons optimisation. Introduce v16 icons in enterprise. Part of v16 overall restyle (task-2704984). task-2745275 Community: - https://github.com/odoo/odoo/pull/83501 Documentation: - https://github.com/odoo/documentation/pull/1462