Hi guys,
Is there a way to implement the grouping feature that Odoo has to the front end website ?
Please help.
Regards,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi guys,
Is there a way to implement the grouping feature that Odoo has to the front end website ?
Please help.
Regards,
you have to create a view record, inheriting the search view you want to add.
In that record just put,
<xpath expr="/search/group/filter[@string='THE_STRING_OF_EXISTING_GROUP_BY_FILTER']" position="after">
<filter string="YOUR_FILTER_NAME" domain="[]" context="{'group_by':'YOUR_FIELD_TO_GROUP_BY'}"/>
</xpath>
Hi Juan,
I think my question is quite misleading.
Your answer is for the backend site.
What I mean is, how to implement the grouping feature for the website module ?
Regards,
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 15
|
10792 | ||
|
2
Aug 23
|
278 | ||
|
0
Mar 23
|
207 | ||
|
1
Mar 22
|
1589 | ||
|
0
Jun 17
|
2999 |
What I mean is the group by rows in the table ( so it's collapsing feature etc )