Skip to Content
Menú
This question has been flagged
2782 Vistes

I need to send email from template to task creator when project task reach particular stage?  how do I do that?


in "project.task.type" model i created field 

creator_mail_template_id = fields.Many2one(    
    'mail.template',
string='Task Creator Email Template',
domain=lambda self: self._get_mail_template_id_domain(),
help="If set an email will be sent to the task creator when the task or issue reaches this step.")

thanks
Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
d’abr. 20
5028
1
de nov. 19
5865
1
d’abr. 18
7172
0
de febr. 24
1627
0
d’ag. 22
2308