This question has been flagged
2 Replies
6610 Views

Hi,

Does anybody know how I can customize the email notifications that are sent for discussions in the chatter below the objects in Odoo?


For instance, I would like to add the name of the project that is linked to the task on which I'm discussing or changing state.
Having the email from Odoo to not look like:


but like:


Thanks a lot!

Avatar
Discard
Best Answer

Hello Valentin Thirion,

This chatter is coming from "mail.message" object.
In "mail.message" object there is "One2many" of "mail.tracking.value" object. 
after description that  

  • State  New => Analysis

example : 

at values are coming from "mail.tracking.value" object.

you can do customisation in that object.


Avatar
Discard
Author

Thanks for that!

I did something else for my case but what you wrote will help me for the future!

Can you share what you did @Valentin

Hey Valentin, the github link you posted is down (error 404 appears). Could you pass the updated link or re-upload to github the code to know how you solved your problem?

Best Answer

Hey Valentin, the github link you posted is down (error 404 appears). Could you pass the updated link or re-upload to github the code to know how you solved your problem?

Avatar
Discard