Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX][15.0] base_ical: User creation and repetition rules #322

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

fkantelberg
Copy link
Member

This PR wants to use 2 problems:

  • Problem when creating multiple users at once with an automatic calendar throws an exception when allowing the calendar
  • Repetition rule in the ICS files lead to duplication for calendar.events because Odoo already created multiple records out of it and this leads to duplicated entries

…is set to auto. Fix problem with rrule already applied by Odoo with creation of multiple records.
@OCA-git-bot
Copy link
Contributor

Hi @hbrunn,
some modules you are maintaining are being modified, check this out!

SiesslPhillip pushed a commit to grueneerde/OCA-server-backend that referenced this pull request Nov 20, 2024
Syncing from upstream OCA/server-backend (16.0)
@@ -194,6 +199,9 @@ def _get_items(self, limit=None):

def _get_ical(self, records=None, limit=None):
"""Return the vcalendar as text"""
if not self.model_id:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could mark this branch as # pragma: nocover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants