odoo/addons/web_calendar
Xavier ALT 2f35c40714 [FIX] web_calendar: date/datetime fields format in calendar views
As everywhere else, dates & datetimes must be formatted according
to the format defined in the `res.lang` of the user, and within
the timezone of the user.

Before this revision, when adding a datetime field to a calendar view,
the raw value of the date was displayed, for instance:
`2015-01-01 10:00:00`
instead of
`01/01/2015 11:00:00`
for a user in English(US), in UTC +1.

fixes #5324
opw-653625
2015-11-04 12:47:28 +01:00
..
i18n [I18N] Update translation terms from Transifex 2015-11-01 03:03:27 +01:00
static [FIX] web_calendar: date/datetime fields format in calendar views 2015-11-04 12:47:28 +01:00
views [FIX] Fix web test with temporary hack 2014-04-24 23:28:26 +02:00
__init__.py [IMP] Improve according first review CHS 2014-01-10 18:03:33 +01:00
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00