Friday, February 27, 2026
1 change · saas-19.1
Enhancements to existing features
This pull request streamlines the email composer by removing unnecessary features like video support and redundant highlighting, while also enhancing usability for replying and forwarding messages. It addresses several minor improvements and bug fixes to ensure a smoother and more reliable email experience.
Original PR description
Backport of fixes added in odoo/odoo#238694 - banners don't work in emails because of inline conversion, and we don't need them - video elements and iframes are also not supported, hence we can…
Backport of fixes added in odoo/odoo#238694 - banners don't work in emails because of inline conversion, and we don't need them - video elements and iframes are also not supported, hence we can remove the plugin entirely - the highlight inside the composer is redundant with the footer separator - "edit" should not be a quick option for admins on other users' messages, instead reply is more appropriate - signatures should be shown when composing replies and forwards as well - images already embedded into the body of a message don't need to be shown as attachments as well - images shown in the composer don't need to be big and legible by default, users can click on them as needed - when the author has no email and there is no email from (log not on a fresh db for example), replying should be possible - recipients should not be recomputed in the composer unless the user selected a template using specific recipients. This avoids picking a bunch of specific recipients only to lose them when picking a template. - when sending a reply immediately without touching the body, the reply content should still be quoted task-5013894 Forward-Port-Of: odoo/odoo#239679