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(