Daily updates from Odoo
Monday, May 30, 2016
1 change · master
Resolved issues and error corrections
This update prevents crashes caused by inconsistent text handling when Odoo builds page responses. It improves reliability for users working with content that includes non-English or special characters.
Original PR description
Problem is odoo is returning unicode response instead of normal strings. Mixing unicode and normal strings results in below mentioned issues: Please read gist and below comments: https://gist.github.com/ovnicraft/96ec0aea574150c28b2a Github issue: https://github.com/odoo/odoo/issues/8846