Hello All,
How i can see count of group by customers in Odoo 10.
I'm also attaching screenshot of my problem.
PFA
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
How i can see count of group by customers in Odoo 10.
I'm also attaching screenshot of my problem.
PFA
Hello,
there is no standard way for that, I guess.
I would do that in the following way (programatically):
Add a new int field, which is default is '1' and it is readonly
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
Kindly use the search_count method:
self.env['res.partner'].search_count([('customer', '=', True)])
I hope that answers your question.
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)"
By using Group by Customer (from add customer group)
This was i done already, but how to show count of group_by customer in this screen?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Aug 22
|
890 | ||
|
1
Jul 22
|
17698 | ||
|
0
Apr 22
|
1603 | ||
|
3
Sep 21
|
1901 | ||
|
2
Sep 21
|
3200 |