You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Odoo 13 is using google_internal_event_id field as sync base with google calendar.
Odoo 14, at the first sync, odoo adds to google calendar record the '%s_odoo_id'% self.env.cr.dbname field. This field is used to compare whether the record already exists or not.
After the migration, user sync, because the google calendar record does not contain the '%s_odoo_id'% self.env.cr.dbname field => create a new event.
For this reason, when users sync, the system adds duplicate events.
The text was updated successfully, but these errors were encountered:
Module
Google calendar
Describe the bug
Odoo 13 is using google_internal_event_id field as sync base with google calendar.
Odoo 14, at the first sync, odoo adds to google calendar record the '%s_odoo_id'% self.env.cr.dbname field. This field is used to compare whether the record already exists or not.
After the migration, user sync, because the google calendar record does not contain the '%s_odoo_id'% self.env.cr.dbname field => create a new event.
For this reason, when users sync, the system adds duplicate events.
The text was updated successfully, but these errors were encountered: