Tuesday, March 10, 2026
1 change · saas-18.4
Code cleanup and technical improvements
A leftover internal reference in the HTML editor was removed because it was no longer used. This keeps the editor codebase cleaner and reduces the chance of future maintenance confusion, with no expected change for end users.
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