Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
7070 Prikazi

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

Avatar
Opusti
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
Opusti
Avtor

thank u jitendra

Related Posts Odgovori Prikazi Aktivnost
2
avg. 25
2667
1
jul. 25
1056
1
avg. 25
1151
0
maj 25
1498
2
apr. 25
3653