mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-22 06:32:07 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -11,8 +11,6 @@ model._sync_all_microsoft_calendar()
|
|||
<field name="user_id" ref="base.user_root" />
|
||||
<field name="interval_number">12</field>
|
||||
<field name="interval_type">hours</field>
|
||||
<field name="numbercall">-1</field>
|
||||
<field eval="False" name="doall" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
-- neutralization of Microsoft calendar
|
||||
UPDATE res_users
|
||||
SET microsoft_calendar_token = NULL,
|
||||
microsoft_calendar_rtoken = NULL,
|
||||
microsoft_synchronization_stopped = True;
|
||||
microsoft_calendar_rtoken = NULL;
|
||||
|
||||
UPDATE res_users_settings
|
||||
SET microsoft_calendar_sync_token = NULL,
|
||||
microsoft_synchronization_stopped = True,
|
||||
microsoft_last_sync_date = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue