Skip to content
Snippets Groups Projects
Commit d27a6f72 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] digest, mass_mailing: correctly set body before odoo mentions

Body is used in statistics as an additional content to digest layout. However
it is strangely located after Odoo mentions (Send by, ...). Currently link
trackers statistics are therefore at the end of the email. They belong to
the "core" section of the emails.

Task-2686586 (Repair mailing statistics email)

X-original-commit: c9a503ee
Part-of: odoo/odoo#79877
parent db5315ef
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,8 @@
</div>
</div>
<t t-if="body" t-out="body"/>
<div>
<div class="global_layout">
<div class="preference_div">
......@@ -412,7 +414,6 @@
</div>
</div>
<t t-if="body" t-out="body"/>
<div t-if="display_mobile_banner" t-call="digest.digest_section_mobile" />
<div class="global_layout" id="footer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment