[FIX]Add buttons in Email form

bzr revid: vja@tinyerp.com-20121129124728-7wg53p69cqrkw7dp
This commit is contained in:
Vishmita 2012-11-29 18:17:28 +05:30
parent c5d1c29632
commit 50bb815990
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<field name="model">mail.mail</field>
<field name="arch" type="xml">
<form string="Email message" version="7.0">
<header>
<button name="send" string="Send Now" type="object" states='outgoing'/>
<button name="mark_outgoing" string="Retry" type="object" states='exception,cancel'/>
<button name="cancel" string="Cancel" type="object" states='outgoing'/>
</header>
<sheet>
<label for="subject" class="oe_edit_only"/>
<h2><field name="subject"/></h2>