Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
7047 Ansichten

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

Avatar
Verwerfen
Beste Antwort

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

thank u jitendra

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Aug. 25
2653
1
Juli 25
1032
1
Aug. 25
1151
0
Mai 25
1491
2
Apr. 25
3645