← Back to team overview

openerp-india team mailing list archive

[Bug 990883] [NEW] [TRUNK] if you make F5 on any view traceback appear on webclient: TypeError: unhashable type: 'dict'

 

You have been subscribed to a public bug:

This is traceback.

How to reproduce?

Simple:

Go to any form view.
Press F5

browser:
Chrome
Firefox

OS
Ubuntu 11.04

Revnos:
Web:
2414
Server:
4149

Client Traceback (most recent call last):
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/controllers/main.py", line 1031, in call_kw
    return self._call_kw(req, model, method, args, kwargs)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/controllers/main.py", line 993, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/common/openerplib/main.py", line 250, in proxy
    args, kw)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/common/http.py", line 611, in send
    raise fault


Server Traceback (most recent call last):
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openerp-web/addons/web/common/http.py", line 592, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/netsvc.py", line 362, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/osv.py", line 167, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/orm.py", line 2501, in read_group
    qualified_groupby_field = self._inherits_join_calc(groupby, query)
  File "/home/home_old/home/nhomar/instancias/trunk_belgicA/openobject-server/openerp/osv/orm.py", line 2617, in _inherits_join_calc
    while field in current_table._inherit_fields and not field in current_table._columns:
TypeError: unhashable type: 'dict'

** Affects: openobject-server
     Importance: Medium
         Status: Confirmed

-- 
[TRUNK] if you make F5 on any view traceback appear on webclient: TypeError: unhashable type: 'dict'
https://bugs.launchpad.net/bugs/990883
You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server.