Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7453 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona
Autore

thank u jitendra

Post correlati Risposte Visualizzazioni Attività
0
ott 25
167
2
ago 25
3721
1
lug 25
1801
1
ago 25
1153
0
mag 25
2101