Daily updates from Odoo
Tuesday, March 10, 2026
2 changes · saas-19.1
Features or functions removed from Odoo
This update removes a technical restriction that previously limited sales reporting to only business-to-business transactions. The change was made because many companies within the Odoo system are now configured as individuals, broadening the scope of reporting. This ensures all sales data is accurately reflected.
Original PR description
Removing as the prod has a lot of companies that are configured as individuals. no-task Forward-Port-Of: odoo/enterprise#99807
This update removes a redundant and forgotten resource (`clean_handlers`) from the html_editor plugin. This cleanup improves the overall efficiency of the Odoo system and prevents potential future issues. It's a routine maintenance task to keep our code clean and optimized.
Original PR description
The resource named `clean_handlers` should have been removed since [1], but a single occurrence has been forgotten and survived in `SeparatorPlugin`. This commit removes it. [1]: https://github.com/odoo/odoo/commit/3cd28b1972e704c54e5b40226bfbe4e0895481d8 task-5363816 Forward-Port-Of: odoo/odoo#247226