diff --git a/pms_l10n_es/wizards/wizard_ine.py b/pms_l10n_es/wizards/wizard_ine.py index ddac65f31..f4e4cb940 100644 --- a/pms_l10n_es/wizards/wizard_ine.py +++ b/pms_l10n_es/wizards/wizard_ine.py @@ -334,7 +334,7 @@ class WizardIne(models.TransientModel): ("checkin", "<=", p_date), ("checkout", ">=", p_date), ("reservation_id.reservation_type", "=", "normal"), - ("state", "not in", ["draft", "cancel"]), + ("state", "not in", ["dummy", "draft", "cancel"]), ] ) hosts = hosts.filtered(