[IMP]: crm: Improvement in phonecall to meeting view

bzr revid: rpa@tinyerp.com-20100319110413-yck266gcg82pou2y
This commit is contained in:
rpa (Open ERP) 2010-03-19 16:34:13 +05:30
parent f5bac7a41d
commit 8974fbb857
1 changed files with 8 additions and 3 deletions

View File

@ -9,9 +9,14 @@
<field name="model">crm.phonecall2meeting</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Convert To Meeting ">
<button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="action_make_meeting" type="object" string="_Convert" icon="gtk-convert" />
<form string="Convert To Meeting">
<label string="Are you sure to schedule a Meeting for this Phonecall?" colspan="4"/>
<newline/>
<separator colspan="4" string=""/>
<button name="action_cancel" string="_Cancel"
icon="gtk-cancel" special="cancel" />
<button name="action_make_meeting" type="object"
string="_Schedule" icon="gtk-go-forward" />
</form>
</field>
</record>