[IMP] crm : Improved the filter string of lead search view.

bzr revid: mdi@tinyerp.com-20140402092019-ra01ggdfi0s1bo3f
This commit is contained in:
DJ Patel 2014-04-02 14:50:19 +05:30
parent ada9e4e830
commit 6cc255dd34
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
<field name="user_id"/>
<field name="note"/>
<field name="code"/>
<filter name="personal" string="My Salesteams" domain="['|', ('member_ids', '=', uid), ('user_id', '=', uid)]"/>
<filter name="personal" string="My Sales Teams" domain="['|', ('member_ids', '=', uid), ('user_id', '=', uid)]"/>
<group expand="0" string="Group By...">
<filter string="Team Leader" domain="[]" context="{'group_by':'user_id'}"/>
<filter string="Parent Sales Teams" domain="[]" context="{'group_by':'parent_id'}"/>