c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14714
[Bug 709052] Re: web-clilent sending wrong date format to server result in crashes the web-client
Hello Dhruti Shastri(OpenERP),
It's fixed in web-client. Please update your code.
Revision Info:
4486 cpa@xxxxxxxxxxx-20110128110456-hc68y13tn6i0snh3
Thanks.
** Changed in: openobject-client-web
Status: Confirmed => Fix Released
--
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/709052
Title:
web-clilent sending wrong date format to server result in crashes the
web-client
Status in OpenERP Web Client:
Fix Released
Bug description:
Hello,
Following is the traceback:
Traceback (most recent call last):
File "/home/tiny/workspace/trunk/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/tiny/workspace/trunk/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/tiny/workspace/trunk/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/tiny/workspace/trunk/server/bin/osv/orm.py", line 1735, in search
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/home/tiny/workspace/trunk/server/bin/osv/orm.py", line 3981, in _search
cr.execute('SELECT "%s".id FROM ' % self._table + from_clause + where_str + order_by + limit_str + offset_str, where_clause_params)
File "/home/tiny/workspace/trunk/server/bin/sql_db.py", line 78, in wrapper
return f(self, *args, **kwargs)
File "/home/tiny/workspace/trunk/server/bin/sql_db.py", line 131, in execute
res = self._obj.execute(query, params)
DataError: invalid input syntax for type date: "11/0128"
LINE 1: ...= E'2011-01-28') AND (sale_report.date_confirm >= E'11/0...
References