odoo/addons/calendar
Denis Ledoux 0a5c5c6c9d [FIX] calendar: final date recomputation trigger
With the previous condition, the `final_date`
was not recomputed when the number of repetitions
(count) was changed alone, without  changing `recurrency`
(nor with other fields, such as start/stop date)

This revision makes sure to recompute the `final_date` when
there is a change in the number of repetitions without
changing the `recurrency` fields, when the event is recurrency
and the end type is `count`

opw-703812
2017-01-12 18:30:56 +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: final date recomputation trigger 2017-01-12 18:30:56 +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