This website requires JavaScript.
Explore
Help
Register
Sign In
TechnoLibre
/
bemade-addons
Watch
1
Star
0
Fork
You've already forked bemade-addons
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2d052d630b
bemade-addons
/
caldav_sync
/
tests
/
__init__.py
4 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
caldav_sync: major rework. - Refactoring - New test cases (lots of them) - A bunch of bug fixes based on test case executions
2024-10-07 17:14:18 -04:00
from
.
import
test_res_users
from
.
import
test_calendar
caldav_sync bug fixes: * Fixed an issue where accepting events from an external organizer would send emails to the all event attendees upon synchronization. * Corrected the data model for events where multiple Odoo users are attendees for the same event. Now, only one event is created in Odoo, with all the attendees on the same event. This conforms to Odoo's existing calendar event data model. * Updated the setting of the organizer field (user_id) on the calendar events upon synchronization. Previously, the organizer field was always set to the current user whose events were being synchronized. Now, it is set based on the ORGANIZER parameter of the iCalendar event, if present. If not present, it defaults to the current synchronizing user. In the case that the organizer is external, the user_id field is left blank.
2025-02-07 10:54:15 -05:00
from
.
import
test_external_organizer
Reference in a new issue
Copy permalink