-
- Downloads
[IMP] calendar,google_calendar,google_calendar: allow modifying all event in recurrence
Before this commit, it was not possible to reapply all events in recurrence, delete all events of a recurrence or archive them. This commit remove that limitation by reapplying the recurrence and remove all the existing events. When the events are synched, the action_mass_archive is used and it must ensure that only a request for the recurrency should be sent. Individual request for each event are not sent. Taskid: 2484335 Part-of: odoo/odoo#68700
Showing
- addons/calendar/models/calendar_event.py 124 additions, 15 deletionsaddons/calendar/models/calendar_event.py
- addons/calendar/static/src/xml/base_calendar.xml 6 additions, 0 deletionsaddons/calendar/static/src/xml/base_calendar.xml
- addons/calendar/tests/test_event_recurrence.py 122 additions, 58 deletionsaddons/calendar/tests/test_event_recurrence.py
- addons/google_calendar/static/src/js/google_calendar.js 28 additions, 8 deletionsaddons/google_calendar/static/src/js/google_calendar.js
- addons/microsoft_calendar/static/src/js/microsoft_calendar.js 28 additions, 8 deletions...ns/microsoft_calendar/static/src/js/microsoft_calendar.js
- addons/web/static/src/legacy/js/views/calendar/calendar_controller.js 51 additions, 3 deletions...tatic/src/legacy/js/views/calendar/calendar_controller.js
Loading
Please register or sign in to comment