Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
7056 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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 

Аватар
Відмінити
Автор

thank u jitendra

Related Posts Відповіді Переглядів Дія
2
серп. 25
2655
1
лип. 25
1036
1
серп. 25
1151
0
трав. 25
1492
2
квіт. 25
3647