Thursday, July 11, 2024
1 change · master
New functionality added to Odoo
Automated actions can now explicitly mark generated text as HTML when needed. This helps businesses create richer automated messages and field updates without adding custom workarounds.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Currently, users have no way of formatting strings as html for several automated actions (ie, posting messages, communicating with other flows, editing fields, etc...) (See ##171130) Desired behavior after PR is merged: Expose the `Markup` class from safemarkup to the context_eval --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr