تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
20250 أدوات العرض

How to get the count of records based on a certain criteria.If i need to get the number of recordsets having particular value in its field.


example-If i need to get number of records having a particular name in its name field.

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

To get the number of records satisfying the given criteria you can the search_count.

total_len = self.env['model_name'].search_count([('document_type', '=', 'entry')])

Thanks

الصورة الرمزية
إهمال
الكاتب

Thanks

Is this possible for qweb view?

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
سبتمبر 23
3068
3
مايو 23
5671
7
أبريل 23
49051
1
ديسمبر 22
7894
4
ديسمبر 23
26571