Hello Everyone,
When i created database with odoo v10, without any demo data and country info, it gives me this error.
QWebException: 'ascii' codec can't decode byte 0xe2 in position 2530: ordinal not in range(128)Traceback (most recent call last):
File "/opt/odoo/odoo/addons/base/ir/ir_qweb/qweb.py", line 315, in _compiled_fn return compiled(self, append, values, options, log) File "<template>", line 1, in template_web_webclient_bootstrap_11 File "<template>", line 3, in body_call_content_10UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2530: ordinal not in range(128)
Error to render compiling AST
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2530: ordinal not in range(128)
Template: web.webclient_bootstrapPath: /templates/t/t/t[1]/t[9]
Node: <t t-call="web.webclient_script"/>
What could be the issue? does anyone face the same issue?
Prince.