[FIX] crm_partner_assign: correct partner view

bzr revid: chs@openerp.com-20131008154137-eipv9lktmookb7bl
This commit is contained in:
Christophe Simonis 2013-10-08 17:41:37 +02:00
parent af68d40f6a
commit 48188c984c
1 changed files with 3 additions and 1 deletions

View File

@ -138,6 +138,7 @@
<field name="create_date"/>
<field name="name"/>
<field name="type"/>
<field name="probability" invisible="1"/>
<field name="stage_id"/>
<field name="section_id"
invisible="context.get('invisible_section', True)"
@ -146,7 +147,8 @@
<button string="Convert to Opportunity"
name="convert_opportunity"
type="object"
attrs="{'invisible':[('type','=','opportunity'),('probability', '=', 100)]}" />
icon="gtk-convert"
attrs="{'invisible':[('type','=','opportunity')]}" />
<button name="case_escalate" string="Escalate"
type="object"
icon="gtk-go-up"