Daily updates from Odoo
Wednesday, September 10, 2025
2 changes · master
Code cleanup and technical improvements
The Manufacturing Planning Schedule suggestion flow is being moved into a guided wizard instead of storing a temporary selection on the main planning record. This reduces the risk of uninstall-related crashes and keeps the planning feature more stable for users.
Original PR description
This commit fixes the selection field `suggestion_period` in the MPS model to not store its value in the database. Storing this selection field can lead to crashes when MPS is uninstalled. Related PR: https://github.com/odoo/enterprise/pull/90553
The Documents app and related integrations now use the term “folder” instead of “workspace” across settings, screens, tests, and supporting data. This makes the product language clearer and more consistent for users without changing the underlying business workflows.
Original PR description
* includes: account, account_peppol, approvals, fleet, hr, hr_recruitment, product, project, project_sale, sign, spreadsheet. This commit replace all the occurences of workspace into folder. Task-4896922