Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4233 Vizualizări

In odoo 8, how to calculate average for a field in tree view?

I tried,

    <field name = "average_rating" avg="Average"/>

but no change. How to use it?

Imagine profil
Abandonează
Cel mai bun răspuns

try "sum" instead "avg"

or 

You need to define the field group_operator that by default is sum even if you don't specify it. That it's defined directly in the field, like:

count = fields.Integer('Count', group_operator='avg')
Imagine profil
Abandonează
Autor

I used group_operator in field ,Still no change. Thanks

group_operator work only when you group by on any field in list view.

Related Posts Răspunsuri Vizualizări Activitate
2
dec. 22
14641
1
nov. 21
4745
0
ian. 21
2188
8
mai 20
7641
0
dec. 23
2839