[FIX] event_track_calendar_event:

return res on create
This commit is contained in:
clementthomas
2024-11-18 10:29:08 +01:00
parent eecfd25614
commit 0207cd5845
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
# Copyright 2016-2020 Akretion France (<https://www.akretion.com>)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{ {

View File

@@ -13,5 +13,6 @@ class CalendarEvent(models.Model):
for event in res: for event in res:
if event.event_track_id: if event.event_track_id:
event.event_track_id.sync_calendar_event() event.event_track_id.sync_calendar_event()
return res