コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2790 ビュー

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
アバター
破棄
関連投稿 返信 ビュー 活動
2
4月 20
5043
1
11月 19
5883
1
4月 18
7202
0
2月 24
1647
0
8月 22
2329