Odoo18-Base/addons/google_calendar/data/neutralize.sql
2025-01-06 10:57:38 +07:00

6 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;