This question has been flagged
1 Reply
3482 Views

Dear,


I just wonder: How to set 00:00:00 to a datetime field in search Filter??

see below picture.



By default odoo will input current date and time. But I want to set it to 00:00:00 at From date and 23:59:59 at End date. The addon i try to modify is here:  https://apps.odoo.com/apps/modules/9.0/sgeede_date_range/


Can Anybody help me to make it? Thanks.

Avatar
Discard
Best Answer

Get Date and append 00:00:00, then convert it as datetime by using  converter (strptime)

Avatar
Discard