Sunday, March 29, 2026
1 change · 18.0
Resolved issues and error corrections
This update allows for richer formatting within server action messages, specifically using 'Markup' to display bold text. Previously, messages were not formatted correctly. This change improves the clarity and presentation of messages sent through server actions, enhancing user communication.
Original PR description
Before this PR, for exemple a message post is not formated : record.message_post(body="<strong>Hello Word!</strong>")
now it is possible to use Markup in action server: record.message_post(body=Markup("<strong>Hello Word!</strong>"))
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr