How can I define a fix eMail sender-address for a eMail Template? For example: All Order and Shipping Confirmations are always send from service@mycompany.com - no matter which user is logged into the system.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
8797
ビュー
You can modify the template to your needs.
With this option, the mail sender are the mail of user, or if not exist, the mail of company, and if again this not exist, the text noreply@localhost:
${object.user_id.email or object.company_id.email or 'noreply@localhost'}
Also, you can specify a fixed mail sender, with write directly the mail.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
1月 24
|
4501 | ||
|
2
1月 24
|
10227 | ||
|
1
3月 21
|
9718 | ||
|
3
1月 20
|
5698 | ||
|
0
1月 19
|
7249 |