Friday, January 30, 2026
1 change · 19.0
Enhancements to existing features
The mail composer’s mention handling was simplified by removing unnecessary protection around mention elements and redundant selector logic. This reduces internal complexity and helps keep message editing behavior easier to maintain without changing the user-facing workflow.
Original PR description
Currently, mention nodes are protected using the ProtectedNode plugin to avoid issues when editing the content of the composer. Considering we don't nessecarily need to protect mention nodes with no mutation allowed on them, we can remove the protection on mention nodes. Also, remove reduntant MENTION_SELECTORS task-5264818 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr