[FIX] web: date autocompletion should use user's locale
authorRifakat Haradwala <rha@tinyerp.com>
Wed, 22 Oct 2014 10:07:00 +0000 (15:37 +0530)
committerGéry Debongnie <ged@odoo.com>
Thu, 13 Nov 2014 10:12:49 +0000 (11:12 +0100)
commit69d60465ee67969d72210a61a9e23204d037378a
tree0b52f4677f275117625d63539f00a13a0b45ac33
parent16900c8ac4e40ad88ca91eae074d42c5fcec04a4
[FIX] web: date autocompletion should use user's locale

search bar does not suggest date field format based on user's locale and always shows based on mmddyy using Date.parse,  opw:615276

Note: starting in 9.0, datejs has been replaced by momentjs, so this
problem should be solved in a better way.
addons/web/static/src/js/search.js