Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
7469 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
0
Okt. 25
186
2
Aug. 25
3730
1
Juli 25
1813
1
Aug. 25
1153
0
Mai 25
2104