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. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/892218 Title: error in page "Timesheets" Status in OpenERP Addons (modules): Incomplete 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' To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/892218/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

