odoo/upgrade-util#58
Created by Website, Benoit Socias (bso)
Blocked
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- Linked pull requests
- label
- odoo-dev:master-map_shapes-bso
- head
- a7116ab3c0d2ded51c97ebe1081cdb55d6712b46
odoo/upgrade | odoo/upgrade-util | |
---|---|---|
master | #5808 missing r+ | #58 missing r+ |
[FIX] util/snippets: generate HTML instead of XML for mailing.mailing
The convert_html_content
tool writes XML values if a change happened. This is a problem for the fields of mailing.mailing
because they strictly expect HTML content.
E.g. if <img src="...">
becomes <img src="..."/>
, the wysiwyg editor displays an empty template instead of the actual content.
This commit avoids this by making the writes to the fields of mailing.mailing
formatted in HTML.