跳至內容
選單
此問題已被標幟
1 回覆
7071 瀏覽次數

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
2669
1
7月 25
1056
1
8月 25
1151
0
5月 25
1498
2
4月 25
3653