Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
6 Vastaukset
8496 Näkymät

Hello All,

How i can see count of group by customers in Odoo 10.

I'm also attaching screenshot of my problem.

PFA


Avatar
Hylkää
Paras vastaus

Hello,

there is no standard way for that, I guess.

I would do that in the following way (programatically):

  1. Add a new int field, which is default is '1' and it is readonly

  2. Add this as a column in tree view with sum = Total

Although, it would be shown as a separate column, it would do what you seek for

Avatar
Hylkää
Paras vastaus

Kindly use the search_count method:

self.env['res.partner'].search_count([('customer', '=', True)])

I hope that answers your question.

Avatar
Hylkää
Tekijä

But, how to show count of group_by customer in this screen?

I don't think you can have the total this way, but you can add a custom field after email then you do the total, another way you can see the total count is by removing the "Display Name Group" and enable the "Is a customer" group, that will show you the count as "true (12)"

Paras vastaus

By using Group by Customer  (from add customer group) 



Avatar
Hylkää
Tekijä

This was i done already, but how to show count of group_by customer in this screen?

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
elok. 22
2465
1
heinäk. 22
20161
0
huhtik. 22
3106
3
syysk. 21
3273
2
syysk. 21
4602