I need to make in the python code a search for records and it should show me all records between two dates.
start_date between 15:00 and 15:30
end_date between 15:00 and 15:30
and it should show me all record that matches this filter
I need it to do in python with the .search method:
self.env['mrp.workorder'].search([])
any help? thank you