19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -16,8 +16,6 @@ model._sync_all_google_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>

View file

@ -1,5 +1,5 @@
-- neutralization of Google calendar
UPDATE google_calendar_credentials
SET calendar_rtoken = NULL,
calendar_token = NULL,
synchronization_stopped = True;
UPDATE res_users_settings
SET google_calendar_rtoken = NULL,
google_calendar_token = NULL,
google_synchronization_stopped = True;