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

Hello All,

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

I'm also attaching screenshot of my problem.

PFA


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

Kindly use the search_count method:

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

I hope that answers your question.

Imagine profil
Abandonează
Autor

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)"

Cel mai bun răspuns

By using Group by Customer  (from add customer group) 



Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
0
aug. 22
2429
1
iul. 22
20151
0
apr. 22
3095
3
sept. 21
3256
2
sept. 21
4581