odoo/addons/email_template/wizard
Simon Lejeune 9bf8dea569 [FIX] email_template: don't escape the signature, it's a field `html`
Fields of html type are already escaped in database and the method
`append_content_to_html` defaults the argument `plaintext` to True,
then calls `plaintext2html` if this argument is True, resulting in
the html signature being escaped twice.
2014-10-02 17:05:35 +02:00
..
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
email_template_preview.py [IMP] email_template: previw improvements : 2014-03-27 15:12:41 +01:00
email_template_preview_view.xml [ADD] views documentation 2014-08-28 15:02:33 +02:00
mail_compose_message.py [FIX] email_template: don't escape the signature, it's a field `html` 2014-10-02 17:05:35 +02:00
mail_compose_message_view.xml [MERGE] forward port of branch saas-5 up to 7e117b1 2014-08-28 16:51:11 +02:00