← Back to team overview

openerp-india team mailing list archive

[Bug 983212] Re: base_calendar crashes on meeting menu

 

Hello Raymond Robertson,

I have checked your Issue with latest revision stable 6.0.4, But I did
not face any Traceback. So would you please try again and notify us
where you have faced the problem.

It's better for us if you provide version and revision information.
 
Thank you and waiting for your reply!

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
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/983212

Title:
  base_calendar crashes on meeting menu

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Traceback (most recent call last):
    File "/usr/share/pyshared/openerp-server/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/usr/share/pyshared/openerp-server/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/usr/share/pyshared/openerp-server/addons/base_calendar/base_calendar.py", line 1403, in search
      res = self.get_recurrent_ids(cr, uid, res, start_date, until_date, limit)
    File "/usr/share/pyshared/openerp-server/addons/base_calendar/base_calendar.py", line 1266, in get_recurrent_ids
      event_date = datetime.strptime(data['date'], "%Y-%m-%d %H:%M:%S")
  TypeError: strptime() argument 1 must be string, not None

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/983212/+subscriptions


References