Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7053 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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 

Imagine profil
Abandonează
Autor

thank u jitendra

Related Posts Răspunsuri Vizualizări Activitate
2
aug. 25
2654
1
iul. 25
1034
1
aug. 25
1151
0
mai 25
1491
2
apr. 25
3646