Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
7474 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
0
okt. 25
196
2
aug. 25
3741
1
jul. 25
1823
1
aug. 25
1153
0
maj 25
2113