[7.0]meeting reminder failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
New
|
Low
|
OpenERP Publisher's Warranty Team |
Bug Description
os : windows
to reproduce start from a new fresh db
create an event with reccuring option
for the until paramater give a end date ( e.g. next calendar date) set a reminder option(5min)
make the Run Event Reminder scheduler run
trying execute the function def get_recurrent_
it fails with the following stack trace:
2013-06-15 22:24:55,983 2816 ERROR fusion openerp.
Traceback (most recent call last):
File "C:\workspace_
method(cr, uid, *args)
File "C:\workspace_
recurrent_dates = get_recurrent_
File "C:\workspace_
return list(rset1)
File "C:\Python27\
self.
File "C:\Python27\
self.dt = gen()
File "C:\Python27\
if until and res > until:
TypeError: can't compare offset-naive and offset-aware datetimes
Thanks for your help
Related branches
- Martin Trigaux (OpenERP) (community): Approve
- Naresh(OpenERP) (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedbase_calendar/base_calendar.py (+1/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP Publisher's Warranty Team (openerp-opw) |
tags: | added: maintenance |
Hello,
We have merged a fix for this in 7.0, thanks for the report.
revno: 9929 [merge]
revision-id: <email address hidden>
Please note that this will not impact the existing events. If you have this issue with existing event, you need to force the recomputation (writing a change in recurrent parameters)