c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27397
[Bug 802539] Re: [trunk] : Error when Reset to Unconfirmed Meeting
** Description changed:
- When Click on Reset to Unconfirmed Meeting error occured
+ When Click on Reset to Unconfirmed Meeting error occurred following
+ trace back
+
+ Traceback:
+ [2011-06-30 10:47:28,080][?] ERROR:cron:Call of self.pool.get('calendar.alarm').do_run_scheduler(cr, uid, *(False,)) failed in Job 3
+ Traceback (most recent call last):
+ File "/home/tiny/rdtools/server/trunk/openerp/addons/base/ir/ir_cron.py", line 102, in _callback
+ f(cr, uid, *args)
+ File "/home/tiny/rdtools/addons/trunk/base_calendar/base_calendar.py", line 845, in do_run_scheduler
+ recurrent_dates = get_recurrent_dates(res_obj.rrule, res_obj.exdate, event_date, res_obj.exrule)
+ File "/home/tiny/rdtools/addons/trunk/base_calendar/base_calendar.py", line 73, in get_recurrent_dates
+ return list(rset1)
+ File "/usr/lib/pymodules/python2.6/dateutil/rrule.py", line 869, in _iter
+ self._genitem(rlist, gen)
+ File "/usr/lib/pymodules/python2.6/dateutil/rrule.py", line 829, in __init__
+ self.dt = gen()
+ File "/usr/lib/pymodules/python2.6/dateutil/rrule.py", line 511, in _iter
+ if until and res > until:
+ TypeError: can't compare offset-naive and offset-aware datetimes
--
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/802539
Title:
[trunk] : Error when Reset to Unconfirmed Meeting
Status in OpenERP Modules (addons):
New
Bug description:
When Click on Reset to Unconfirmed Meeting error occurred following
trace back
Traceback:
eturn f(self, dbname, *args, **kwargs)
File "/home/dbr/workspace/source/server/trunk/openerp/osv/osv.py", line 174, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/dbr/workspace/source/server/trunk/openerp/osv/osv.py", line 165, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/dbr/workspace/source/addons/trunk/crm/crm.py", line 239, in case_reset
self._history(cr, uid, cases, _('Draft'))
AttributeError: 'crm.meeting' object has no attribute '_history'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/802539/+subscriptions
References