openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #02811
[Bug 902193] Re: opening task in web - error ?
Hello Dr.Ferdinand,
Would you please update your code after that checked with updated code(with latest revision).
At my end web is working. For GTK : Open the task resource and see the view mode (kanban,tree,form,calendar,gantt,graph) that's why you faced "Kanban view not implemented"
Thanks and waiting for your reply.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/902193
Title:
opening task in web - error ?
Status in OpenERP Addons (modules):
Incomplete
Bug description:
Server Traceback (most recent call last):
File "/srv/openerp/instances/trunk/openerp-web/addons/web/common/openerplib/main.py", line 257, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/service/web_services.py", line 580, in dispatch
res = fn(db, uid, *params)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/srv/openerp/instances/trunk/openobject-addons/audittrail/audittrail.py", line 495, in execute_cr
return fct_src(cr, uid, model, method, *args)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/srv/openerp/instances/trunk/openobject-addons/base_calendar/base_calendar.py", line 1475, in read_group
re.get('__context').update({'virtual_id' : virtual_id})
AttributeError: 'NoneType' object has no attribute 'update'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/902193/+subscriptions
References