Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4377 มุมมอง

I've just installed odoo master and wanted to test the websitebuilder.

After I did edit my companyname from "your company" to "Faustmann UG (haftungsbeschränkt)" I get the following error when clicking on "Website":

...

File "/opt/odoo/odoo-server/openerp/addons/base/ir/ir_qweb.py", line 272, in render_node
    generated_attributes += val and ' %s="%s"' % (att, werkzeug.utils.escape(val)) or " "
QWebException: 'ascii' codec can't decode byte 0xc3 in position 136: ordinal not in range(128)

 

After changing "haftungsbeschränkt" in "haftungsbeschraenkt" it works.

Any idea where to change this behaviour?

 

Best regards,

Stefan

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I guess this is the same issue as what's described here: https://github.com/odoo/odoo/issues/282

 

อวตาร
ละทิ้ง