This question has been flagged

Hello, i am working with date and datetime fields type and i want to use a little complex query:

date_part('month', ts_query) = date_part('month', ts_field)

Functional requirement is pass date_field from view to account period domain.

Domain support any PG function?, and what is the scope for eval() in domains ?

So could it run from domain tag ?

PS: Yes, i know how to redefine search method.

Avatar
Discard