Skip to Content
Menu
This question has been flagged
1 Odpoveď
7066 Zobrazenia

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

Avatar
Zrušiť
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
Zrušiť
Autor

thank u jitendra

Related Posts Replies Zobrazenia Aktivita
2
aug 25
2658
1
júl 25
1038
1
aug 25
1151
0
máj 25
1498
2
apr 25
3647