İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3021 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
9032
1
Eyl 23
3417
1
May 23
2397
2
Nis 23
2961
1
Mar 23
2337