From 3d7d2e06b058e1be151586c7baa287f10d246147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Sun, 5 Feb 2023 11:14:13 +0100 Subject: [PATCH] [IMP]pms_l10n_es: INE report only done and onboard checkins --- pms_l10n_es/wizards/wizard_ine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms_l10n_es/wizards/wizard_ine.py b/pms_l10n_es/wizards/wizard_ine.py index 21dc49f83..146386809 100644 --- a/pms_l10n_es/wizards/wizard_ine.py +++ b/pms_l10n_es/wizards/wizard_ine.py @@ -336,7 +336,7 @@ class WizardIne(models.TransientModel): ("checkin", "<=", p_date), ("checkout", ">=", p_date), ("reservation_id.reservation_type", "=", "normal"), - ("state", "not in", ["dummy", "draft", "cancel"]), + ("state", "not in", ["dummy", "draft", "cancel", "precheckin"]), ] ) hosts = hosts.filtered(