odoo/addons/calendar
Denis Ledoux 09066fbbd5 [FIX] calendar: fix allday onchange user tz
While choosing a start/stop datetime in a timezone hour
were the UTC value is within the next day,
e.g.
Start time Dec 22 20:00 in US/Eastner (UTC -5:00)
Therefore, start time Dec 23 01:00 in UTC
Checking the "all day" box made the start time set to
Dec 23 instead of what the user expected, Dec 22.

This is because the onchange simply took the UTC datetime
(Dec 23 01:00) from which it removed the time (Dec 23).

This revision make sure to remove the time from the
user timezoned datetime instead, so the day set
remain the same day than what was set in the datetime.

opw-702065
2016-12-22 11:23:39 +01:00
..
controllers [MERGE] Forward-port of saas-5 up to 20cc18d 2014-08-13 20:46:47 +02:00
i18n [I18N] Update translation terms from Transifex 2016-12-18 02:58:16 +01:00
security [FIX] Add missing security rules 2014-05-05 17:43:09 +02:00
static [FIX] calendar: don't duplicate all the calendar_contact 2016-07-26 13:35:11 +02:00
test [FIX] calendar: in method write(), process all records and not the last one only 2016-01-22 17:12:09 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
calendar.py [FIX] calendar: fix allday onchange user tz 2016-12-22 11:23:39 +01:00
calendar_cron.xml [IMP] Optimize the schedulers of the calendar, fetchmail and base_action_rules modules 2014-09-02 18:32:27 +02:00
calendar_data.xml [FIX] calandar: all day events email notification 2016-05-25 18:11:08 +02:00
calendar_demo.xml [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
calendar_view.xml [FIX] calendar: add missing menu to manage calendar alarm 2015-02-12 11:57:01 +01:00
contacts.py [FIX] domain added to see only your own contact in model calendar.contact 2014-02-20 09:58:37 +01:00