[FIX] sale_crm: Rename Section by Sale Team

bzr revid: stephane@openerp.com-20100519133111-zpatciskxk2n1bdv
This commit is contained in:
Stephane Wirtel 2010-05-19 15:31:11 +02:00
parent a60a2ac216
commit 0d24553ae5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<field name="inherit_id" ref="sale.view_sales_order_filter"/>
<field name="arch" type="xml">
<field name="date_order" position="after">
<field name="section_id" default="context.get('section_id', False)" select="1" widget="selection" string="Section" groups="base.group_extended">
<field name="section_id" default="context.get('section_id', False)" select="1" widget="selection" string="Sale Team" groups="base.group_extended">
<filter icon="terp-crm"
domain="[('section_id','=',context.get('section_id',False))]"
groups="base.group_extended"