Hello, This issue has already fixed on https://code.launchpad.net/~openerp /openobject-server/6.1 branch with following revision no and id.
Rev no : 4209 Rev Id : [email protected] Thanks for reporting! ** Project changed: openobject-addons => openobject-server ** Summary changed: - "unhashable list" in phonecall analysis + [6.1]"unhashable list" in phonecall analysis ** Changed in: openobject-server Status: New => Fix Released ** Summary changed: - [6.1]"unhashable list" in phonecall analysis + [6.1]"unhashable list" error on all analysis report -- 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/1017393 Title: [6.1]"unhashable list" error on all analysis report Status in OpenERP Server: Fix Released Bug description: Hi, Following error is reported when clicking on the phonecall analysis button under sales/reporting: Client Traceback (most recent call last): File "/data/openerp/production/server/6.1/addons/web/common/http.py", line 180, in dispatch response["result"] = method(controller, self, **self.params) File "/data/openerp/production/server/6.1/addons/web/controllers/main.py", line 1077, in read dict(context, group_by=group_by_fields), sort or False) File "/data/openerp/production/server/6.1/addons/web/common/openerplib/main.py", line 250, in proxy args, kw) File "/data/openerp/production/server/6.1/addons/web/common/openerplib/main.py", line 117, in proxy result = self.connector.send(self.service_name, method, *args) File "/data/openerp/production/server/6.1/addons/web/common/http.py", line 611, in send raise fault Server Traceback (most recent call last): File "/data/openerp/production/server/6.1/addons/web/common/http.py", line 592, in send result = openerp.netsvc.dispatch_rpc(service_name, method, args) File "/data/openerp/production/server/6.1/openerp/netsvc.py", line 360, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/data/openerp/production/server/6.1/openerp/service/web_services.py", line 586, in dispatch res = fn(db, uid, *params) File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 167, in execute_kw return self.execute(db, uid, obj, method, *args, **kw or {}) File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 121, in wrapper return f(self, dbname, *args, **kwargs) File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 176, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 164, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/data/openerp/production/server/6.1/openerp/osv/orm.py", line 2572, in read_group data_dict = dict((d['id'], d[groupby]) for d in data) File "/data/openerp/production/server/6.1/openerp/osv/orm.py", line 2572, in <genexpr> data_dict = dict((d['id'], d[groupby]) for d in data) TypeError: unhashable type: 'list' Does anybody have the same? Best Regards pin8 To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/1017393/+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

