Hi Guys! I am here with a problem while using the group by filters. The Scenario is i am creating a group by filter and trying to use the group by filter from tree view it is giving the grouped result , but the problem is it's not showing the list of records under it.
The Code i have written is:
<group expand="0" string="Group By..."> <filter string="Location" icon="terp-personal" domain="[]" context="{'group_by':'location_id'}"/> <filter string="Coach" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/> </group>
the result is displaying as:
Like wise it is showing the grouped result but not the option to expand the records under it.
Help me with this to sort out if any one can. Any ideas are also acceptable.
Thanks in Advance.
In the search box if you select Group by two options Locations and Coach then expand options shows?....
Hi Prakash, I tried by selecting both the group by options even then the expanding is not happening. It persists with the same result.
Can you please check default openerp sale module working without any issues. If you have issue only in the custom module then post your xml code for tree view and search view.