[IMP] crm: added code on sales team search view

bzr revid: tde@openerp.com-20130604115159-56jsm8dr23gxl30c
This commit is contained in:
Thibault Delavallée 2013-06-04 13:51:59 +02:00
parent 1d8cd3ec88
commit 6dd31d5841
1 changed files with 1 additions and 0 deletions

View File

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