Skip to content
Snippets Groups Projects
Commit ab0d4152 authored by Mitul Shah's avatar Mitul Shah Committed by Thibault Delavallée
Browse files

[IMP] digest: fix tip description


Before this Commit, while sending the digest emails, the tip description was
incorrect due to sanitizing. Some jinja was also badly converted into
inline qweb instead of regular qweb.

After this Commit, we have fixed the tip description field value. We do the
html_sanitize after rendering the QWEB template. So, we get the proper values
of conditions and aliases. Replacing jinja with qweb template, should use
<t t-out="variable"/> to print the dynamic value so, remove the inline_template
expression `{{` and `}}` and put the <t t-out="variable"/>.

Task-2704083

closes odoo/odoo#88937

X-original-commit: c08cdc39
Related: odoo/enterprise#26293
Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 85ec1d37
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment