Hello,
I have created a custom date field "birthdate".
When I try to apply the “BETWEEN” operation to two dates by creating a custom filter, the system calls the search function twice, once with the >= operation and once with the <= operation.
In the results, Odoo shows me all the records responding to the first query AND all the records responding to the second.
How can I get Odoo to display only the results that match both queries?
Thanks in advance
Thank you for your reply.
Is it possible to allow the user to choose the date range?