odoo/addons/web/static/src
Nicolas Martinelli b4efb4eeb3 [FIX] web: on calendar with date and time, focus in the field only when hidden
The behavior of the datetime widget was to focus in the field every time a date
is chosen. This causes an issue if the datetime widget is called from an
editable list. Indeed, the list editable will consider that the value has been
set, and therefore the value will not be changed anymore if the user choses
another date.

The new behavior is to put the focus only when the date picker is hidden,
therefore the editable list will consider the value set only when the selection
is done.

opw-644062
Fixes #7463
2015-07-07 11:19:27 +02:00
..
css [IMP] web: make many2many tags inline block without wrapping 2015-07-02 14:33:11 +02:00
font [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
img [FIX] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
js [FIX] web: on calendar with date and time, focus in the field only when hidden 2015-07-07 11:19:27 +02:00
xml [FIX] ir_attachment: hide Attachments > Add/Delete if not write access 2015-05-20 11:08:19 +02:00