Saturday, August 30, 2025
4 changes · saas-18.3
Resolved issues and error corrections
This fix keeps the selected customer attached to the current point of sale order when staff open the All Orders view from the customer list. It avoids unnecessary re-selection and helps maintain a smoother checkout workflow.
Original PR description
Before this commit, opening the All Orders from the partner list would reset the selected partner. As a result, the user had to reselect the partner after returning, which disrupted the workflow. opw-4972314 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#224679 Forward-Port-Of: odoo/odoo#222507
A payroll accounting test was updated so it no longer depends on the current year. This prevents avoidable test failures in 2026 and helps keep maintenance and release validation predictable.
Original PR description
Some tests will fail in 2026. This adds a freeze time to prevent this failing. Task: 5034173 Forward-Port-Of: odoo/enterprise#92983
Payroll users can now change salary rule colors reliably from both the Salary Rules screen and the salary rule pop-up opened from Salary Structures. This keeps rule previews visually accurate, reducing confusion when managing payroll rules.
Original PR description
Steps to Produce: - open payroll app - Go to Salary Rules or go to Salary Structures and open any salary rule. - try to change color of any rule. issue: - The color does not change in the Salary Rules. - Additionally, styles do not apply in the salary rule pop-up accessed through Salary Structures. Fix: - Instead of changing the color with formrenderer, a custom widget was created to apply styles directly to the field. opw-4716810 task-4774448 Forward-Port-Of: odoo/enterprise#83514
Documentation and clarification updates
This pull request records an individual contributor license agreement signature for hildickethan. It is an administrative legal update that helps ensure contributions can be accepted under Odoo's licensing terms, with no product or user-facing impact.
Original PR description
I hereby agree to the terms of the Odoo Individual Contributor License Agreement v1.0. Forward-Port-Of: odoo/odoo#224747