[IMP] Call center Report

This commit is contained in:
Dario Lodeiros
2019-06-06 20:21:55 +02:00
parent 8051e3f3c4
commit 0545bd911f

View File

@@ -96,7 +96,7 @@ class CallCenterReportWizard(models.TransientModel):
reservations_obj = self.env['hotel.reservation']
reservations = reservations_obj.search([
('checkout', '>=', self.date_start),
('checkin', '>=', self.date_start),
('checkout', '<=', self.date_end),
('state', '=', 'done'),
('channel_type', '=', 'call'),