Hello, We have traced the issue and found problem is from web framework, read_group should not pass list with empty dict. So I am transferring the bug to the Web Team. and I have also attached the Patch for the same which fixes the issue, which may be useful. Thank You for your kind support.
** Project changed: openobject-server => openerp-web -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/990883 Title: [TRUNK] if you make F5 on any view traceback appear on webclient: TypeError: unhashable type: 'dict' Status in OpenERP Web: Confirmed Bug description: 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' To manage notifications about this bug go to: https://bugs.launchpad.net/openerp-web/+bug/990883/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

