コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7078 ビュー

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
2677
1
7月 25
1059
1
8月 25
1151
0
5月 25
1501
2
4月 25
3656