Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3330 Zobrazení

Wherever I open a price list in ODOO, if I filter the items group by 'product' , 'vendor' or any other thing, the field 'price' or 'price_unit' would be accumulated automatically by the system.

for example, vendor 'A' has product b($7.00),product c($8.00).If I filter the list grouped by 'vendor', I would get item A, which has a field 'price' displayed as '15'.

I prefer to the field 'price' displayed as blank. How could I solve the problem? thank you.

Avatar
Zrušit
Nejlepší odpověď

Hi, 

You can set the group_operator=False , for the field.

See the sample: 

priority = fields.Selection(crm_stage.AVAILABLE_PRIORITIES, string='Priority', group_operator=False)

For more: How To Remove Sum of Total in Groupby in Tree View in Odoo

Thanks

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
dub 22
26348
1
úno 21
3966
1
čvn 16
6848
2
led 16
4828
2
srp 25
2559