Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3817 Zobrazení

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.

Avatar
Zrušit
Nejlepší odpověď

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">


Avatar
Zrušit
Autor Nejlepší odpověď

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
bře 24
1998
1
dub 21
2276
2
čvn 20
3258
5
led 20
5670
3
říj 17
8396