This question has been flagged
2969 Views

Today, after updating my Odoo v8 from github, I get several error messages when accessing settings for every installed application (for instance Settings / Settings / Human Resources). It happens on all settings for all installed apps.

The error is:

Odoo Server Error

Traceback (most recent call last):

File "/home/odoo/openerp/http.py", line 530, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/home/odoo/openerp/http.py", line 567, in dispatch

result = self._call_function(**self.params)

File "/home/odoo/openerp/http.py", line 303, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/home/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/home/odoo/openerp/http.py", line 300, in checked_call

return self.endpoint(*a, **kw)

File "/home/odoo/openerp/http.py", line 796, in __call__

return self.method(*args, **kw)

File "/home/odoo/openerp/http.py", line 396, in response_wrap

response = f(*args, **kw)

File "/home/odoo/addons/web/controllers/main.py", line 949, in call_kw

@http.route('/web/dataset/resequence', type='json', auth="user")

File "/home/odoo/addons/web/controllers/main.py", line 941, in _call_kw

if isinstance(action, dict) and action.get('type') != '':

File "/home/odoo/openerp/api.py", line 241, in wrapper

return old_api(self, *args, **kwargs)

File "/home/odoo/openerp/api.py", line 363, in old_api

result = method(recs, *args, **kwargs)

File "/home/odoo/openerp/models.py", line 5743, in onchange

self._record = record

TypeError: unhashable type: 'list'

I am still abble to change settings for every app, but it's boring because everytime I change to a new app setting, the same error occurs. It's a newlly created database from the new updates.

Can anyone help on how to solve it?

Avatar
Discard