Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3348 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
apr. 22
26365
1
feb. 21
3969
1
jun. 16
6881
2
jan. 16
4836
2
aug. 25
2590