Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
7063 Visualizações

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

Avatar
Cancelar
Melhor resposta

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

thank u jitendra

Publicações relacionadas Respostas Visualizações Atividade
2
ago. 25
2658
1
jul. 25
1038
1
ago. 25
1151
0
mai. 25
1498
2
abr. 25
3647