From 9ccb618abeeaa3662c1762d6c604d83d4f448870 Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 21 Feb 2019 18:58:22 +0100 Subject: [PATCH] [WIP] clean up proposarl --- hotel/models/hotel_reservation.py | 1 + 1 file changed, 1 insertion(+) 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): """