Daily updates from Odoo
Wednesday, June 4, 2025
2 changes · saas-18.3
Resolved issues and error corrections
Several spreadsheet dashboards now keep their intended pivot sorting and valid filters after upgrades. This helps business users see dashboard data in the expected order and avoids broken dashboard views in HR, marketing, purchasing, sales subscriptions, and stock reporting.
Original PR description
See commit messages
Fixed a display issue in Knowledge where article content could shrink to fit its contents on narrower screens instead of using the available space. This improves readability and layout consistency for users working on tablets or smaller browser windows.
Original PR description
Prior to this commit, passing below the medium bootstrap threshold (992px) in the Knowledge form view would make it so the body width would fit its content instead of taking all the available space. The issue was introduced by the removal of some media queries in [this commit]. [this commit]: https://github.com/odoo/enterprise/commit/3f58d0e6f8f9958a3fd6fbba47d11c3d376cd51f task-4836314