Hi Folks ,
How Can I add new filter in Group by Search in CRM Customer List view
I want to Add Sales Team in filer as gruop by.
Thanks in Advance
Amol
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi Folks ,
How Can I add new filter in Group by Search in CRM Customer List view
I want to Add Sales Team in filer as gruop by.
Thanks in Advance
Amol
Inherit the search view you are supposed to change and add this
<filter string="Salels Team" context="{'group_by': 'section_id'}"/>
inherit the search view and add this
<filter string="Salels Team" context="{'group_by': 'section_id'}"/>
Hello Amol,
You should inherit the 'Customer Search' view in your custom module and add the 'Sales Team' field after 'Country' by using
<filter string="Salels Team" context="{'group_by': 'section_id'}"/>
And you can have the group by filter as you required.
Thanks.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
May 24
|
503 | ||
|
0
Sep 21
|
1388 | ||
|
1
Jul 21
|
1873 | ||
|
0
Apr 16
|
3132 | ||
|
1
May 15
|
3033 |