Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
7046 Vistas

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

Avatar
Descartar
Mejor respuesta

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
Descartar
Autor

thank u jitendra

Publicaciones relacionadas Respuestas Vistas Actividad
2
ago 25
2651
1
jul 25
1032
1
ago 25
1151
0
may 25
1490
2
abr 25
3645