[5.0] [trunk] non-ascii characters not handled properly in XML views
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) | Status tracked in Trunk | |||||
5.0 |
Fix Released
|
Medium
|
Olivier Dony (Odoo) | |||
Trunk |
Fix Released
|
Medium
|
Olivier Dony (Odoo) |
Bug Description
Hello,
I just installed the last 5.0.12 server version but when restarting the server, I get the following error :
File "/usr/lib/
node.
File "lxml.etree.pyx", line 646, in lxml.etree.
File "apihelpers.pxi", line 416, in lxml.etree.
File "apihelpers.pxi", line 1136, in lxml.etree._utf8 (src/lxml/
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
This is due to a xml file i made which contains the following instruction :
<separator string="Valeurs dans la monnaie de la société" colspan="4"/>
So, I changed my accented letters with the symbols é but the problem remains ...
This problem did not occured in the previous versions
Thanks
Changed in openobject-server: | |
status: | New → Confirmed |
summary: |
- accented letters are not accepted anymore in 5.0.12 + [5.0] [trunk] non-ascii characters not handled properly in XML views |
Hello Arnaud,
I found the solution and attached patch for it.
Would you please apply this patch and notify us ?
Hope it will help you.
Thank you for pointing out.