Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7050 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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 

Awatar
Odrzuć
Autor

thank u jitendra

Powiązane posty Odpowiedzi Widoki Czynność
2
sie 25
2653
1
lip 25
1033
1
sie 25
1151
0
maj 25
1491
2
kwi 25
3645