openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10406
[Bug 983212] Re: base_calendar crashes on meeting menu
Hello,
this bug is generated by errors in the table crm_meeting. After correction crm_meeting working properly.
thank you
** Changed in: openobject-addons
Status: Incomplete => Fix Released
--
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):
Fix Released
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