Skip to Content
Menu
This question has been flagged
1 Reply
7206 Views

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

Avatar
Discard
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
Discard
Author

thank u jitendra

Related Posts Replies Views Activity
2
Aug 25
2967
1
Jul 25
1211
1
Aug 25
1152
0
May 25
1673
2
Apr 25
3845