date_from = time.strptime(rec['date_from'], '%Y-%m-%d %H:%M:%S') File "/usr/lib/python2.5/_strptime.py", line 327, in strptime found = format_regex.match(data_string) TypeError: expected string or buffer
This is a date related issue, it says to me that the format of your date might be off. Checking your local date/time settings might help solve this. Can you check how your date is formated when you select a date for the date_from field (start date) => %Y-%m-%d %H:%M:%S ------------------------ Don't thank me just spread the word about Open ERP -= http://forwardstraight.blogspot.com/ =- -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=60230#60230 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
