mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP]pms_l10n_es: INE wizard avoid dummy checkins
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user