Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
3897 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
mrt. 24
2079
1
apr. 21
2361
2
jun. 20
3322
5
jan. 20
5723
3
okt. 17
8462