Wednesday, June 25, 2025
2 changes · saas-18.2
Resolved issues and error corrections
This fix stabilizes an automated test related to switching users in the web interface. It helps reduce random test failures, making release validation more dependable without changing end-user behavior.
Original PR description
runbot-error-223159 runbot-error-223635 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A setting that controls whether totals appear below report sections can now be unchecked as intended. This restores flexibility for companies configuring financial report layouts and prevents users from being stuck with an unwanted display option.
Original PR description
With this PR: https://github.com/odoo/enterprise/commit/d0659e4bea162d52604910e86a93c38bc3769bf1 The field `totals_below_sections` became uncheckable. The cause was a missing readonly=False on the field task-4894698