diff --git a/hotel/models/hotel_reservation.py b/hotel/models/hotel_reservation.py index e9cd5c880..28d4630c3 100644 --- a/hotel/models/hotel_reservation.py +++ b/hotel/models/hotel_reservation.py @@ -958,6 +958,7 @@ class HotelReservation(models.Model): ('reselling', '=', False),] return domain + # INFO: This function is not in use and should include `dto` in the search @api.model def get_reservations_dates(self, dfrom, dto, room_type=False): """