[BUG/FIX] base_calendar - Events Reminder Schedular

lp bug: https://launchpad.net/bugs/802418 fixed

bzr revid: jam@tinyerp.com-20110628102359-cjo7aoljlmh6jy9c
This commit is contained in:
Jigar Amin 2011-06-28 15:53:59 +05:30
parent eedefe1ebc
commit 54dffb44fd
1 changed files with 0 additions and 1 deletions

View File

@ -810,7 +810,6 @@ class calendar_alarm(osv.osv):
@param use_new_cursor: False or the dbname
@param context: A standard dictionary for contextual values
"""
return True # XXX FIXME REMOVE THIS AFTER FIXING get_recurrent_dates!!
if context is None:
context = {}
current_datetime = datetime.now()