[7.0][scheduler_error_mailer] Error when field is of type date
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Server Environment And Tools |
New
|
Undecided
|
Unassigned |
Bug Description
When you base the configurator in a date field, it fails with this error:
2014-04-28 10:38:39,793 32648 ERROR grupoesoc openerp.
Traceback (most recent call last):
File "/usr/lib/
method(cr, uid, *args)
File "/opt/openerp-
date_start= datetime.
File "/usr/lib/
(data_string, format))
ValueError: time data '2014-02-27' does not match format '%Y-%m-%d %H:%M:%S'
It should detect if the field is of type date to avoid this exception, or at least not allow the user to use a date field to schedule.