Friday, June 13, 2025
2 changes · master
Enhancements to existing features
This update adjusts Web Studio's automated tests to match recent changes in screen size handling. It helps keep quality checks reliable after the removal of an older breakpoint, with no direct change for end users.
Original PR description
Since the VSM breakpoint is removed the breakpoint entry > XS are -1 task-4806037 Community PR: https://github.com/odoo/odoo/pull/211605
Payroll administrators can now translate payslip input type names, making payroll configuration clearer for teams working in multiple languages. This improves usability and consistency in multilingual payroll environments without changing payroll calculations or workflows.
Original PR description
In this PR, we enabled the translate setting for the name attribute within the hr_payslip_input_type model. Before:  After:    This work is related to the task: [4840358](https://www.odoo.com/odoo/project/1251/tasks/4840358).