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

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 Відповіді Переглядів Дія
0
лист. 25
3125
0
лист. 25
3
0
лист. 25
234
0
жовт. 25
236
2
серп. 25
3799