diff --git a/pms/views/pms_checkin_partner_views.xml b/pms/views/pms_checkin_partner_views.xml index f444ffc8f..2206e6a3a 100644 --- a/pms/views/pms_checkin_partner_views.xml +++ b/pms/views/pms_checkin_partner_views.xml @@ -411,6 +411,7 @@ + @@ -951,6 +952,7 @@ string="Reservations to 14 days" name="next_res_2week" domain="[('checkin', '<', (context_today()+datetime.timedelta(days=14)).strftime('%Y-%m-%d')), + ('checkin', '>', (context_today()).strftime('%Y-%m-%d')), ('state', 'in', ['confirm','onboard'])]" help="Show all reservations for which date enter is before than 14 days" /> @@ -958,6 +960,7 @@ string="Reservations to 1 month" name="next_res_week" domain="[('checkin', '<', (context_today()+datetime.timedelta(days=30)).strftime('%Y-%m-%d')), + ('checkin', '>', (context_today()).strftime('%Y-%m-%d')), ('state', 'in', ['confirm','onboard'])]" help="Show all reservations for which date enter is before than aprox. 1 month" /> diff --git a/pms/views/pms_service_line_views.xml b/pms/views/pms_service_line_views.xml index 7480d5890..35a810e31 100644 --- a/pms/views/pms_service_line_views.xml +++ b/pms/views/pms_service_line_views.xml @@ -74,7 +74,7 @@ pms.service.line - +