mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: fix property, feeds, folio & dashboard services 4 dashboard
This commit is contained in:
committed by
Darío Lodeiros
parent
561f0c4b18
commit
381fa0f555
@@ -132,6 +132,13 @@ class PmsFolioService(Component):
|
||||
domain_fields.append(("folio_id", "in", folio_ids))
|
||||
|
||||
domain_filter = list()
|
||||
if folio_search_param.last:
|
||||
domain_filter.append(
|
||||
[
|
||||
("checkin", ">=", fields.Date.today())
|
||||
]
|
||||
)
|
||||
|
||||
if folio_search_param.filter:
|
||||
target = folio_search_param.filter
|
||||
if "@" in target:
|
||||
|
||||
Reference in New Issue
Block a user