-
- Downloads
[FIX] microsoft_calendar : Apply improvement on 14.0
The goal of this commit is to apply most of the improvement of microsoft calendar on 14.0 to fix different reported issues. The different improvement can be seen in #68700.
One of the major improvement not ported is the change of name for days in the recurrence (2 letters => 3 letters).
This fix is based on opw-2658427 but attempt ot fix issues separated in all the ticked link to this one (see opw-2658427 chatter).
On top of that, the different tests case that were implemented in master were also ported with this fix and more manual test were effectuated.
In addition, we fixed the following issues :
Traceback related to attendee without email (that are now not imported).
Timeout for big calendars.
Hardcoded time value.
opw-2658427
closes odoo/odoo#78161
Signed-off-by:
Arnaud Joset <arj@odoo.com>
Showing
- addons/microsoft_calendar/models/calendar.py 41 additions, 24 deletionsaddons/microsoft_calendar/models/calendar.py
- addons/microsoft_calendar/models/calendar_attendee.py 28 additions, 2 deletionsaddons/microsoft_calendar/models/calendar_attendee.py
- addons/microsoft_calendar/models/calendar_recurrence_rule.py 71 additions, 37 deletionsaddons/microsoft_calendar/models/calendar_recurrence_rule.py
- addons/microsoft_calendar/models/microsoft_sync.py 37 additions, 41 deletionsaddons/microsoft_calendar/models/microsoft_sync.py
- addons/microsoft_calendar/tests/test_sync_microsoft2odoo.py 2 additions, 2 deletionsaddons/microsoft_calendar/tests/test_sync_microsoft2odoo.py
- addons/microsoft_calendar/utils/microsoft_calendar.py 12 additions, 4 deletionsaddons/microsoft_calendar/utils/microsoft_calendar.py
Loading
Please register or sign in to comment