From f2238ebc609c8b030027045bb6a51b1f02f19337 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 51b3dbe40..aadd96521 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): """