Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
7044 Weergaven

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

Avatar
Annuleer
Beste antwoord

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
Annuleer
Auteur

thank u jitendra

Gerelateerde posts Antwoorden Weergaven Activiteit
2
aug. 25
2646
1
jul. 25
1032
1
aug. 25
1151
0
mei 25
1490
2
apr. 25
3645