[IMP] crm: Replace the string 'My Section' per 'My Sale Team' in the lead, opportunity, meeting and phonecall search views

bzr revid: stephane@openerp.com-20100519123903-iljyudab2i7of1e8
This commit is contained in:
Stephane Wirtel 2010-05-19 14:39:03 +02:00
parent b72683e542
commit 4705f58db0
4 changed files with 4 additions and 4 deletions

View File

@ -303,7 +303,7 @@
<filter icon="terp-crm"
context="{'invisible_section': False}"
domain="[('section_id.user_id','=',uid)]"
help="My section"/>
help="My Sale Team"/>
<filter icon="terp-crm"
context="{'invisible_section': False}"
domain="[]"

View File

@ -273,7 +273,7 @@
select="1" widget="selection">
<filter icon="terp-crm"
domain="[('section_id','=',context.get('section_id',False))]"
help="My section" />
help="My Sale Team" />
</field>
<field name="user_id" select="1" widget="selection"/>
</group>

View File

@ -304,7 +304,7 @@
widget="selection">
<filter icon="terp-crm"
domain="[('section_id','=',context.get('section_id',False))]"
help="My section" />
help="My Sale Team" />
</field>
<newline/>
<group expand="0" string="Group By..." colspan="16">

View File

@ -274,7 +274,7 @@
select="1" widget="selection" string="Sales Team">
<filter icon="terp-crm"
domain="[('section_id','=',context.get('section_id',False))]"
help="My section" />
help="My Sale Team" />
</field>
<newline/>
<group expand="0" string="Group By..." colspan="4">