This question has been flagged
1 Reply
6995 Views

In Openerp 7 Latest Version installing Module the below Error shows:-

 File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 4478, in create
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 1531, in _validate
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\openerp\addons\base\ir\ir_ui_view.py", line 139, in _check_xml
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\openerp\addons\base\ir\ir_ui_view.py", line 129, in _check_render_view
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 486, in __getattr__
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 401, in __getitem__
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 3612, in read
  File "D:\Program Files\OpenERP 7.0-20131109-002558\Server\server\.\openerp\osv\orm.py", line 3665, in _read_flat
  File "psycopg2\psycopg1.pyc", line 91, in dictfetchall
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1007: ordinal not in range(128)

I checked in the database Encoding with UTF8

Avatar
Discard
Best Answer

You have a letter with 'tilde'. Á or something like that, you can't have this kind of characters.

Or you can do this: u'Sección' (Adding u before string in case that you have a different character)

Avatar
Discard
Author

I am facing issues latest while installing the latest setup and Installing default Openerp Module. Restarting the System issues is fixed(Whenever issues happen). So actual issue unable to find any idea?... thanks

I am facing the same problem with xml imports with the latest source from the 7.0 branch. this is definitly a new problem. I guess the problem people facing working with the talend-openerp connector we develop is also related to this bug: https://github.com/baumgaro/OpenERP-Talend-Component/issues/6