oca-ocb-security/odoo-bringout-oca-ocb-google_calendar/google_calendar/data/neutralize.sql
Ernad Husremovic c0efcc53f5 19.0 vanilla
2026-03-09 09:32:28 +01:00

5 lines
187 B
SQL

-- neutralization of Google calendar
UPDATE res_users_settings
SET google_calendar_rtoken = NULL,
google_calendar_token = NULL,
google_synchronization_stopped = True;