Hello,
I would like to create a filter on the attendance module to show entries that checked-in after 7am (regardless of the date). I tried the following and it is not working:
filter domain="[['check_in', '>', check_in.replace(hour=7, minute=0)]]" string="Late"/>
Any idea will be appreciated. Thanks!