Skip to Content
Menú
This question has been flagged
1 Respondre
7483 Vistes

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

Avatar
Descartar
Best Answer

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
Descartar
Autor

thank u jitendra

Related Posts Respostes Vistes Activitat
0
d’oct. 25
202
2
d’ag. 25
3749
1
de jul. 25
1832
1
d’ag. 25
1153
0
de maig 25
2115