[FIX] mass_mailing: load images in emails
authorMartin Trigaux <mat@openerp.com>
Wed, 9 Jul 2014 14:42:22 +0000 (16:42 +0200)
committerMartin Trigaux <mat@openerp.com>
Wed, 9 Jul 2014 14:42:22 +0000 (16:42 +0200)
commitfa44bdb4860bec31bb2d090c2e54c62cb551fcb7
tree320d1849313809d52a1efd0bf4c3120a5beafeea
parent407bb5d23e00639444cd961ce967109cfca6f1e4
[FIX] mass_mailing: load images in emails

The emails containing emails generated with the image widget have absolute path (src='/website/static/...'), adding <base> tag allows the mail client to load it correctly.
addons/mass_mailing/models/mail_mail.py