Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
7045 Visninger

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

Avatar
Kassér
Bedste svar

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
Kassér
Forfatter

thank u jitendra

Related Posts Besvarelser Visninger Aktivitet
2
aug. 25
2650
1
jul. 25
1032
1
aug. 25
1151
0
maj 25
1490
2
apr. 25
3645