Daily updates from Odoo
Friday, June 13, 2025
3 changes
2 changes
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).
1 change
Enhancements to existing features
The Journal Audit Excel export now includes an extra sheet listing the filters and options used when the report was generated. This makes exported reports easier to review, share, and audit because recipients can see the exact criteria behind the data.
Original PR description
In this commit: --- - Adds a new worksheet to the XLSX export of the Journal Audit report, summarizing all filters and options active at the time of export. - This feature was already available for other accounting reports but was missing in the Journal Audit report. --- task-4859786