Odoo18-Base/addons/microsoft_calendar/data/neutralize.sql
2025-03-10 11:12:23 +07:00

6 lines
190 B
SQL

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