c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12270
[Bug 701960] Re: Project caldav, assign task
Hello,
It has been fixed in https://code.launchpad.net/~openerp-dev/openobject-
addons/trunk-dev-addons1-atp
Revision ID: atp@xxxxxxxxxxxxx-20101231121835-bsg1qoumwtwntbnb
revno: 4641
This branch will be merged soon with Addons.
Thanks.
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/701960
Title:
Project caldav, assign task
Status in OpenObject Addons Modules:
In Progress
Bug description:
Hi,
Trying to assign a task (with Project_Caldav module) I have this error
:
Traceback (most recent call last):
File "/home/entreprises/openobject-server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/entreprises/openobject-server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/entreprises/openobject-addons/project_timesheet/project_timesheet.py", line 211, in write
return super(task,self).write(cr, uid, ids, vals, context)
File "/home/entreprises/openobject-addons/base_calendar/base_calendar.py", line 1446, in write
if vals.get('vtimezone', '').startswith('/freeassociation.sourceforge.net/tzfile/'):
AttributeError: 'bool' object has no attribute 'startswith'
So it is not possible to assign the task (and send the email).
Using Open ERP V6 RC2 Last rev.
References