Daily updates from Odoo
Friday, March 6, 2026
2 changes
1 change
Features or functions removed from Odoo
This update removes a redundant and forgotten piece of code from the HTML Editor plugin. The change ensures a cleaner, more efficient codebase and prevents potential issues. It's a routine maintenance task to optimize performance.
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
1 change
Features or functions removed from Odoo
This update removes a restriction in the EC Sales List report that previously only allowed reporting for businesses. This change now correctly handles companies that are configured as individuals, ensuring more accurate reporting across all company types. This improves the reliability of sales data for business users.
Original PR description
Removing as the prod has a lot of companies that are configured as individuals. no-task