Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
7074 Представления

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
2673
1
июл. 25
1057
1
авг. 25
1151
0
мая 25
1500
2
апр. 25
3653