Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4558 Vues

By default subscribers get email messages once the new task in a project is created. How it can be tailored so that unless the projects has checkbox "Send e-mail on new task" checked it will not send e-mails on new task?


I know how to add a custom field to project.project model. But don't know the next step.


**What action to override to not send the email when a new task is created and "Send e-mail on new task" is not checked for project?**

Avatar
Ignorer
Meilleure réponse

Hi Willmore,

You need to check with mail.message _notify() method, this is method would be filtering partners(followers) to send mail.
So i would suggest you work with this method find out object(project.project) with custom field, if custom field is False, then set partner list to [ ], else call super.

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
févr. 23
2772
0
févr. 16
3147
1
janv. 25
3402
0
nov. 17
2890
1
déc. 23
4686