Monday, March 3, 2025
1 change · saas-17.4
Resolved issues and error corrections
Messages that include special mentions such as @everyone now show them as clickable links instead of raw HTML text. This improves readability and makes group notifications clearer for users.
Original PR description
**Current behavior before PR:** Special mentions (@ everyone) appeared as raw HTML instead of links because when message content is not `markup()`, it is rendered as text instead of HTML when using `t-out`. **Desired behavior after PR is merged:** This commit ensures that special mentions are correctly rendered as links. Before / After   --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr