Tuesday, March 10, 2026
1 change · 19.0
Code cleanup and technical improvements
This update removes a leftover internal reference in the HTML editor that was no longer used. It helps keep the editor code cleaner and reduces maintenance overhead, with no expected change for 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