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

How to group and aggregate in a view?

I have defined a model similar to the following:

   name: char

   group: many2one

   qty: float

   performance: function(float)

I would like to show view displaying group, qty and performance. But the group may be repeated for different records. So, I want to show every group only once, summing qty and performance (which is a function field).

I don´t what to show expandable groups. Just, one line per group.

頭像
捨棄
最佳答案

Ratmil,

Inside the search View, add a < filter string="Partner" context="{'group_by':'name of may2one field'}"/>

We've added groupby expand feature on Odoo Apps.

https://www.odoo.com/apps/modules/8.0/web_groupby_expand/

Hope this helps.

Thanks.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 22
2457
0
6月 19
3484
1
3月 15
15658
0
3月 15
3203
1
3月 15
5405