Daily updates from Odoo
Sunday, March 29, 2026
3 changes · 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-prCode cleanup and technical improvements
This update enhances the quality of our Odoo code by introducing a new lint checker that specifically focuses on translation environments. It addresses potential issues related to how translations are handled, ensuring consistency and accuracy across the system. This improves the overall reliability and user experience of Odoo.
Original PR description
Related to https://github.com/odoo/odoo/pull/174844 Based on https://github.com/OCA/pylint-odoo/pull/514 - [ ] Fix all cases https://gist.github.com/moylop260/71311407f4a00f9a942a4e51757b00f6
Documentation and clarification updates
This update corrects a minor detail in the Otesis documentation by updating the contributor list. Specifically, the name Mame Abdoul Aziz SY has been replaced with Ibrahima NIASSE EXT. This ensures accurate and up-to-date information about the project's contributors.
Original PR description
Replaced Mame Abdoul Aziz SY with Ibrahima NIASSE EXT in the contributors list. 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