error in page "Timesheets"

Bug #892218 reported by Gautam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

Hi,
With the trunk version installed and demo data loaded, when clicking on "Human Resources"/"Timesheets". I get the following error in my browser:
Client Traceback (most recent call last):
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/http.py", line 154, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/controllers/main.py", line 828, in read
    dict(context, group_by=group_by_fields), sort or False)
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/openerplib/main.py", line 429, in proxy
    *args)
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/openerplib/main.py", line 306, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/openerplib/main.py", line 276, in send
    raise fault

Server Traceback (most recent call last):
  File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/openerplib/main.py", line 257, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/netsvc.py", line 325, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/service/web_services.py", line 580, in dispatch
    res = fn(db, uid, *params)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/openerp/projects/openERP/development/lptrunk/openobject-server/openerp/osv/orm.py", line 2520, in read_group
    if groupby in self._group_by_full:
TypeError: unhashable type: 'list'

Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :

Hello Gautam,

I have checked your issue with latest updated code of trunk but I didn't face any problem at my end.

I have give following path in when I start server :

 ./openerp-server --addons=../addons/,../new_openerp-web/

Revision of Trunk :

Server - 3818

Web(6.1) - 1512

Would you please check attached video and try again with updated code.

Thanks and waiting for your reply.

Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :
Changed in openobject-addons:
status: New → Incomplete
Revision history for this message
Gautam (gditerp) wrote :

Hi Vishal,
I just tested it with the updated code and it doesn't give me the error. I probably forgot to update something when I tried last.
Thanks and sorry for the inconvenience.
Gautam

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Gautam,

Thanks for your reply!

According to your comment#3, I am closing this issue.

Thank You!

Changed in openobject-addons:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.