跳至内容
菜单
此问题已终结
1 回复
7057 查看

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

相关帖文 回复 查看 活动
2
8月 25
2656
1
7月 25
1036
1
8月 25
1151
0
5月 25
1495
2
4月 25
3647