Merge PR #2655 into 16.0

Signed-off-by pedrobaeza
pull/2663/head
OCA-git-bot 2023-11-08 14:24:07 +00:00
commit 664f861b1c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import {patch} from "@web/core/utils/patch";
patch(CalendarModel.prototype, "WebCalendarSlotDurationCalendarModel", {
buildRawRecord(partialRecord, options = {}) {
if (
!partialRecord.end &&
this.env.searchModel.context.calendar_slot_duration &&
!partialRecord.isAllDay
) {