This question has been flagged
1 Reply
3059 Views

I want to send an email to all the team members of project when it is created. Any idea how to achieve this?

Avatar
Discard
Best Answer

Vardan

Firstly we don't have the functionality to assign the team members in odoo, for that you can use this module https://apps.odoo.com/apps/modules/11.0/project_team/

After specifying the team , design the template which have the information of created project then override the create method of project , in that call the method send_mail and pass the member's  id in recipients.

Avatar
Discard