Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7041 Tampilan

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

Avatar
Buang
Jawaban Terbai

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 

Avatar
Buang
Penulis

thank u jitendra

Post Terkait Replies Tampilan Aktivitas
2
Agu 25
2646
1
Jul 25
1031
1
Agu 25
1151
0
Mei 25
1489
2
Apr 25
3645