码迷,mamicode.com
首页 > 其他好文 > 详细

Odoo开发bug记录

时间:2017-07-05 18:44:37      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:err   编码   null   bytes   har   不兼容   定义   开发   中文编码   

1:ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters 

中文编码造成,在models文件中定义的字段中文值在XML视图文件中不兼容。

解决方法:在models文件中的中文处前加 u ,转为utf8编码。

Odoo开发bug记录

标签:err   编码   null   bytes   har   不兼容   定义   开发   中文编码   

原文地址:http://www.cnblogs.com/ygj0930/p/7122710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!