diff --git a/hotel_calendar/models/inherited_hotel_reservation.py b/hotel_calendar/models/inherited_hotel_reservation.py index b09100838..2885d3f58 100644 --- a/hotel_calendar/models/inherited_hotel_reservation.py +++ b/hotel_calendar/models/inherited_hotel_reservation.py @@ -426,7 +426,7 @@ class HotelReservation(models.Model): 'channel_type': self.channel_type, 'board_service_name': self.board_service_room_id.hotel_board_service_id.name, 'services': [service.product_id.name for service in self.service_ids - if service.product_id.is_popoverable], + if service.product_id.is_popoverable] or False, } @api.multi diff --git a/hotel_calendar/static/src/xml/hotel_calendar_templates.xml b/hotel_calendar/static/src/xml/hotel_calendar_templates.xml index f257642d6..aa2f6e859 100644 --- a/hotel_calendar/static/src/xml/hotel_calendar_templates.xml +++ b/hotel_calendar/static/src/xml/hotel_calendar_templates.xml @@ -132,7 +132,7 @@