Skip to content
Snippets Groups Projects
Commit dca39945 authored by Harshad Modi's avatar Harshad Modi
Browse files

[IMP] document: add index context in search filter in document list view

bzr revid: hmo@tinyerp.com-20101014111501-nbdlbwl6uea49vr0
parent 4d79e155
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,7 @@
help="Filter on my documents" />
</field>
<field name="parent_id" />
<field name="index_content"/>
</field>
</field>
</record>
......@@ -308,7 +309,6 @@
<filter string="Partner" icon="terp-partner" domain="[]"
context="{'group_by':'partner_id'}" groups="base.group_extended"/>
<filter string="Directory" icon="terp-folder-green" domain="[]" context="{'group_by':'parent_id'}"/>
</filter>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment