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

odoo 9.0 CE

addons/mail/models/mail_thread.py in method message_get_reply_to

This function compares the parent model ids set on odoo>settings>technical>email>aliases with the computed model name via 

model_name = self.env.context.get('thread_model') or self.name

When sending a message via sales leads model_name evaluates to crm.team. So to get the alias right you need to set the parent model in odoo settings to Sales Teams.

On the other hand, when sending a message via contacts, model_name evaluates to res.partner. Is there anything I can set in Odoo FE to make this crm.team instead?

アバター
破棄
関連投稿 返信 ビュー 活動
0
4月 23
2178
1
3月 23
10287
0
3月 23
2708
1
12月 21
8784
1
2月 17
5751