[CLN] global : lint line length corrections

This commit is contained in:
jscampucci
2025-09-15 14:31:21 +02:00
parent d3b2cdd286
commit 65171f3fb4
6 changed files with 36 additions and 21 deletions

View File

@@ -31,7 +31,8 @@ class EventTrack(models.Model):
Return default values of calendar events.
"""
return {
# due to google calendar unexpected notifications, for the moment we disable attendees of calendar event
# due to google calendar unexpected notifications, for the moment we
# disable attendees of calendar event
# uncomment following line to re-enable
#'partner_ids':[Command.set(self.get_calendar_event_partner_value())],
"partner_ids": [Command.set([])],