[MERGE] trunk-bug-828655 crm_partner_assign fix opportunity search view

lp bug: https://launchpad.net/bugs/828655 fixed

bzr revid: al@openerp.com-20110915104453-sn3kqh8agxs6usss
This commit is contained in:
Antony Lesuisse 2011-09-15 12:44:53 +02:00
parent 7e8b8a3ce8
commit 98962b0226
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<filter string="Referred Partner" icon="terp-personal" domain="[]" context="{'group_by':'partner_assigned_id'}"/>
</filter>
<field name="section_id" position="after">
<field name="partner_id" position="after">
<separator orientation="vertical"/>
<field name="partner_assigned_id"/>
</field>