[FIX] crm_phonecall: Button Convert To Opportunity not working on the Logged Calls Tree view because of its wrong type, it should be type Object instead on action (Case: ref 584134)

bzr revid: skh@tinyerp.com-20130117115846-gt132n9trvomj5ip
This commit is contained in:
Somesh Khare (OpenERP) 2013-01-17 17:28:46 +05:30
parent 12ba7aa6c5
commit 0ef8b741ac
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
name="action_button_convert2opportunity"
states="open,pending"
icon="gtk-index"
type="action" attrs="{'invisible':[('opportunity_id','!=',False)]}"/>
type="object" attrs="{'invisible':[('opportunity_id','!=',False)]}"/>
</tree>
</field>
</record>