Hello!
Does anybody know a working solution how to get a saleperson's image on an email from a CRM.LEAD or a sale.order?
I tried the html code like this
in the mail template, but the result is an empty image.
It woul be great and useful for many of us if Odoo had that feature OOTB or at least an Odoo partner would develop an app for photo in the email template or email signature.
So, how to get a user image into the email?
Odoo version 13 Enterprise.
"<img src="data:image/png;base64,${object.user_id.image_1920.decode('utf-8')}">"