Odoo18-Base/addons/google_calendar/data/neutralize.sql

6 lines
175 B
MySQL
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
-- neutralization of Google calendar
UPDATE google_calendar_credentials
SET calendar_rtoken = NULL,
calendar_token = NULL,
synchronization_stopped = True;