odoo/addons/calendar
Martin Geubelle 9f09c625f5 [FIX] calendar: rule._bynweekday can be a set
Depending on the version of dateutil, rule._bynweekday can either be
a tuple or a set (see https://github.com/dateutil/dateutil/pull/54), which,
in the case of a set, breaks the access by index (see related issue:
https://github.com/dateutil/dateutil/issues/24).

By casting it into a list, we make sure that we can access [0] in both case.

Credits to jke ; closes opw-690761.
2016-10-28 11:26:23 +02: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-10-16 02:57:56 +02: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: rule._bynweekday can be a set 2016-10-28 11:26:23 +02: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