Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3355 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
3
avr. 22
26366
1
févr. 21
3972
1
juin 16
6886
2
janv. 16
4838
2
août 25
2601