Skip to Content
मेन्यू
This question has been flagged
1 Reply
7043 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
अग॰ 25
2646
1
जुल॰ 25
1031
1
अग॰ 25
1151
0
मई 25
1489
2
अप्रैल 25
3645