Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3024 Visualizzazioni

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 



Avatar
Abbandona
Risposta migliore

Hi,

Non stored computed fields are not searchable.

Make it stored computed field or try defining a search function for the field.

Thank you

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
ott 23
9047
1
set 23
3425
1
mag 23
2401
2
apr 23
2965
1
mar 23
2348