Skip to content

Commit

Permalink
Merge PR #156 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 19, 2024
2 parents 4f16506 + d871648 commit a305622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hr_holidays_public/models/hr_holidays_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def _prepare_holidays_meeting_values(self):
"user_id": SUPERUSER_ID,
"privacy": "confidential",
"show_as": "busy",
"partner_ids": [],
}
if categ_id:
meeting_values.update({"categ_ids": [(6, 0, categ_id.ids)]})
Expand Down

0 comments on commit a305622

Please sign in to comment.