← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 701960] [NEW] Project caldav, assign task

 

Public bug reported:

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.

** Affects: openobject-server
     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/701960

Title:
  Project caldav, assign task

Status in OpenObject Server:
  New

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.





Follow ups

References