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

Hi, in Odoo 11 (CE)  Mass mail I have problem with non-english characters in email subject. If there are non-english characters ( ě,š,č,ř,ž,ý... ) email is sent with empty Subject. Wihout this characters, Subject is filled and send correctly.

Any help how to fix?

Thanks.

アバター
破棄
最善の回答

Normally the umlaute characters can be handled using following script on python.

import sys
reload(sys)
sys.setdefaultencoding('utf-8') # to treat the Umlaute

for HTML use

<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">


アバター
破棄
著作者 最善の回答

thanks, but I do not understand.... (I am not dev).  Do I need to modify the source code? Where?

I test Odoo 10, there is mass mail sending with non-english characters OK.

I simply install Odoo (on Ubuntu 16.04), activate MassMail module, create Mass mail, send.....

Thanks.

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 24
2070
1
4月 21
2349
2
6月 20
3308
5
1月 20
5721
3
10月 17
8455