oca-ocb-security/odoo-bringout-oca-ocb-google_calendar/google_calendar/data/neutralize.sql
2025-08-29 15:20:51 +02:00

5 lines
175 B
SQL

-- neutralization of Google calendar
UPDATE google_calendar_credentials
SET calendar_rtoken = NULL,
calendar_token = NULL,
synchronization_stopped = True;