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

data = self.env['account.analytic.line'].read_group(domain, ['so_line', 'unit_amount', 'product_uom_id'], ['product_uom_id', 'so_line'], lazy=False )

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

Hello Annadurai,

if lazy true, the results are only grouped by the first groupby and the remaining groupbys are put in the __context key. If false, all the groupbys are done in one call.

I hope this is helpful to you

thanks 

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

thank u jitendra

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
أغسطس 25
2658
1
يوليو 25
1038
1
أغسطس 25
1151
0
مايو 25
1498
2
أبريل 25
3647