Skip to Content
Menu
This question has been flagged
3 Replies
3985 Views

Hello,

I am starting to use Odoo 10. I try to tune email.  I find where to change text.  But I get always the same color I would like to change it.  I don't find the file I have to modify?

I am running Odoo on Ubuntu 16.04.


Thanks

Avatar
Discard

Thanks foro answer

I spoke about that color (under red cross) hope my link is running.  I think that color is outside template.  Maybe in python file but where I can find it?


http://img11.hostingpics.net/thumbs/mini_947710ScreenShot030217at0903AM.png


Thanks


Author Best Answer

Hello,

I found where model>Sale Order Notification Email

Thx

Avatar
Discard
Best Answer

Hi Max,

You need to find the template of the email and there you can change the body background of your email using bgcolor attribute of body tag.

Sample : <body bgcolor="color_name">

Avatar
Discard