mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] Call center Report
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user