Hi everyone,
Im sending automated mail to our customers with some following message in my mail body.
message_body = "Hi " + rec.partner_id.name + ', this is to inform you that your contract will expire on '+ rec.contract_end_date + ' , Thank you'
With this i need to insert one image also .
How can i achieve this in odoo9.0?
Please post your suggestions.
Thanku you