İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3023 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Eki 23
9045
1
Eyl 23
3424
1
May 23
2400
2
Nis 23
2965
1
Mar 23
2344