Thursday, June 18, 2026
2 changes · 17.0
Resolved issues and error corrections
This update fixes an issue where emojis, particularly complex ones like `👨🚒`, were being displayed incorrectly due to how they were encoded. The team backported a more robust regex pattern from a recent version of Odoo to ensure all emojis are correctly rendered. This improves the overall email experience for users.
Original PR description
Bug === Some emoji like `👨🚒` are separated, because they are built using `👨 + Emoji_Modifier + 🚒` (`\uFE0F` can also be used to get the variant of the emoji). Adapt the regex to take into account those Unicode variations. Task-5491124
Documentation and clarification updates
This pull request formally signs David Sonnet's Individual Contributor License Agreement for Odoo. This ensures compliance with Odoo's licensing terms and allows David to contribute to the project. The addition of the `dsonnet.md` document provides the necessary legal documentation.
Original PR description
Signing the Odoo Individual Contributor License Agreement v1.0. Adds `doc/cla/individual/dsonnet.md`. --- I confirm I have read the PR guidelines at www.odoo.com/submit-pr