Monday, April 1, 2024
1 change
Resolved issues and error corrections
This update resolves a critical synchronization issue with Google Calendar that was causing the system to crash when syncing calendar events. The fix addresses a missing data field error that prevented users from properly syncing their Google Calendar with Odoo, restoring the functionality that worked in the previous version.
Original PR description
Description of the issue/feature this PR addresses:
Fyx sync with google calendar like in v15 PR: https://github.com/odoo/odoo/pull/125788
Current behavior before PR:
```
Traceback (most recent call last):
File "/odoo/src/odoo/http.py", line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/src/odoo/http.py", line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
KeyError: 'entryPointType'
```
Desired behavior after PR is merged:
No key Error
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr