mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: change domain in get_transactions to consider correct date
This commit is contained in:
committed by
Darío Lodeiros
parent
d498827245
commit
efe11fbd9e
@@ -76,7 +76,7 @@ class PmsTransactionService(Component):
|
||||
domain_fields.extend(
|
||||
[
|
||||
("date", ">=", date_from),
|
||||
("date", "<", date_to),
|
||||
("date", "<=", date_to),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user