hi,
I want to add a domain for the computed field, when I try this I get all the data without filtering.
domain = self.env['hr.contract'].search_count(
[('notification_date', '=', today)]
where notification-date is computed.
Thank you in advance for any help