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

5 lines
190 B
SQL

-- neutralization of Microsoft calendar
UPDATE res_users
SET microsoft_calendar_token = NULL,
microsoft_calendar_rtoken = NULL,
microsoft_synchronization_stopped = True;