[FIX][trunk] Missing or Incorrect link to Images in CRM Scheduled Phonecalls treeview

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

bzr revid: psa@tinyerp.com-20121219060018-x09u5qa8o69opp0z
This commit is contained in:
Paramjit Singh Sahota 2012-12-19 11:30:18 +05:30
parent 56248183fc
commit 514eed4d63
1 changed files with 2 additions and 0 deletions

View File

@ -36,11 +36,13 @@
<button string="Meeting"
states="open,pending"
name="action_make_meeting"
icon="gtk-redo"
type="object"/>
<button string="Convert to Opportunity"
type="object"
name="action_button_convert2opportunity"
states="open,pending"
icon="gtk-index"
attrs="{'invisible':[('opportunity_id','!=',False)]}"/>
<field name="partner_phone"/>
<field name="user_id"/>