Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Odoo mailing-list (channels) and missing pictures

by
Holger Brunn
- 05/10/2021 18:21:25
> The access_token is working perfectly but the img src is not composed using

> a FQDN ... Is there a module-workaround for this ? If not, I will have to

> create a fix, does someone know where it occurred in the code ?

https://github.com/OCA/OCB/blob/14.0/addons/mail/models/mail_thread.py#L1779

This could be fixable by simply adding a base tag to the email html
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
but that's not supported in some mail clients like Outlook.

You might want to migrate
https://github.com/OCA/social/tree/10.0/mail_embed_image
to have Odoo send mails with embedded images, but for mailinglists that's not 
such a good choice because it would blow up the amount of traffic tremendously.


-- 
Your partner for the hard Odoo problems
https://hunki-enterprises.com

Reference