odoo/addons/mail/wizard
Thibault Delavallée db2bdee343 MERGE] [FIX] email_template: fix relative -> absolute url conversion
Local URLs are converted into absolute URLs, notably because when using the
email designer, images are added using local URLs. Previously to this fix
the template was analyzed to find local URLs and make them absolute.
However this causes 2 issues :
- mako-based URLs are broken because a scheme is added before the mako that
generated the image src
- when changing the base url, the templates are not updated
The URLs are now converted dynamically when generating the content of the
html. This is done by passing a new parameter that enable the post processing
of the generated content.
Also fixed double body generation when using templates; fields parameter
was not propagated correctly.

bzr revid: tde@openerp.com-20140304112957-l9b10gyjqphs5fgc
2014-03-04 12:29:57 +01:00
..
__init__.py [ADD] mail: added Invite wizard, allowing to add partners to the followers. 2012-09-12 15:35:22 +02:00
invite.py [IMP]: set default 'sendmail' check box true 2013-11-25 14:53:49 +05:30
invite_view.xml [IMP] mail: invite with send email option false by default 2013-02-26 13:41:17 +01:00
mail_compose_message.py MERGE] [FIX] email_template: fix relative -> absolute url conversion 2014-03-04 12:29:57 +01:00
mail_compose_message_view.xml [FIX] mail: for mass mailing, replies in document False by default 2014-01-30 11:20:01 +01:00