How I can filter the orm search_read([]) with today, lasth month, this month
something like
a = self.env['model.model'].search_read([today])
a = self.env['model.model'].search_read([month])
a = self.env['model.model'].search_read([last_month])
I need to filter create today, create this month, create lasth_month