Wednesday, March 11, 2026
1 change · saas-19.2
Features or functions removed from Odoo
This update removes a redundant and forgotten resource (`clean_handlers`) from the html_editor plugin. This cleanup improves the efficiency of the system and ensures resources are only included when actively used. 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