← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 712410] [NEW] 'startswith' in assign task with caldav

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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





Follow ups

References