data = self.env['account.analytic.line'].read_group(domain, ['so_line', 'unit_amount', 'product_uom_id'], ['product_uom_id', 'so_line'], lazy=False )
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
7078
ビュー
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 |