Friday, May 22, 2026
1 change · saas-18.4
Security fixes and vulnerability patches
The HTML editor’s move tooltip now appears in the user’s selected language. This improves consistency for multilingual users and also safely handles the translated text to reduce security risk.
Original PR description
Currently the move tooltip in the HTML editor is not translated because the exporter can't see `_t()` calls in tagged template literal. This commit fixes the issue by moving the call outside of the template literal. Forward-Port-Of: odoo/odoo#265991