Skip to content

Commit

Permalink
[FIX] resource_booking: error CalendarQuickCreate title is not a stri…
Browse files Browse the repository at this point in the history
…ng when scheduling a booking
  • Loading branch information
rrebollo authored and norlinhenrik committed Feb 1, 2024
1 parent 16abc45 commit 442f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_booking/models/resource_booking.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def action_schedule(self):
self.duration, False
),
default_resource_booking_ids=[(6, 0, self.ids)],
default_name=self.name,
default_name=self.name or "",
),
"name": _("Schedule booking"),
"res_model": "calendar.event",
Expand Down

0 comments on commit 442f10e

Please sign in to comment.