[MOD] crm : partner icons are changed in view

bzr revid: vir@tinyerp.com-20101011062844-x1k673b53oqjznvu
This commit is contained in:
DBR(Open ERP) 2010-10-11 11:58:44 +05:30 committed by Vir (Open ERP)
parent 2ce1c306d1
commit cd5994c6a4
3 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@
<field name="partner_id" on_change="onchange_partner_id(partner_id, email_from)" string="Customer"/>
<button
name="%(action_crm_lead2partner)d"
icon="gtk-index" type="action"
icon="terp-partner" type="action"
string="Create"
attrs="{'invisible':[('partner_id','!=',False)]}"/>
</group>

View File

@ -49,7 +49,7 @@
on_change="onchange_partner_id(partner_id, email_from)" string="Customer"
colspan="2" />
<button name="%(action_crm_lead2partner)d"
icon="gtk-index" type="action"
icon="terp-partner" type="action"
string="Create"
attrs="{'invisible':[('partner_id','!=',False)]}"/>
</group>

View File

@ -82,7 +82,7 @@
<field name="partner_id"
on_change="onchange_partner_id(partner_id, email_from)" />
<button string="Create a Partner"
icon="gtk-index"
icon="terp-partner"
name="%(action_crm_phonecall2partner)d"
type="action"
attrs="{'invisible':[('partner_id','!=',False)]}" />
@ -160,7 +160,7 @@
<field name="partner_id"
on_change="onchange_partner_id(partner_id, email_from)" />
<button string="Create a Partner"
icon="gtk-index"
icon="terp-partner"
name="%(action_crm_phonecall2partner)d"
type="action"
attrs="{'invisible':[('partner_id','!=',False)]}" />