c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15197
[Bug 712410] Re: 'startswith' in assign task with caldav
Hi,
Could you tell me the branch and revision that has been fixed?
Thanks.
--
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/712410
Title:
'startswith' in assign task with caldav
Status in OpenERP Modules (addons):
Invalid
Bug description:
Hi,
This bug is the same as in Bug #701960
It is supposed that was Fix Released but I reproduced it in the same
place as in the referenced bug.
ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/amosoviedo/openerp6/openobject-server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/amosoviedo/openerp6/openobject-server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/amosoviedo/openerp6/openobject-server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/amosoviedo/openerp6/openobject-addons/base_calendar/base_calendar.py", line 1476, in write
if vals.get('vtimezone', '').startswith('/freeassociation.sourceforge.net/tzfile/'):
AttributeError: 'bool' object has no attribute 'startswith'
My revno of addons is 4403
Thanks
References