[IMP]Added statusbar

bzr revid: pza@tinyerp.com-20131030131532-6viz67uodbxrfcww
This commit is contained in:
Pooja Zankhariya (OpenERP) 2013-10-30 18:15:32 +05:00
parent a59de2a106
commit e8c99922de
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
<button name="send" string="Send Now" type="object" states='outgoing' class="oe_highlight"/>
<button name="mark_outgoing" string="Retry" type="object" states='exception,cancel'/>
<button name="cancel" string="Cancel" type="object" states='outgoing'/>
<field name="state" widget="statusbar" statusbar_visible="outgoing,sent,received,exception,cancel"/>
</header>
<sheet>
<label for="subject" class="oe_edit_only"/>
@ -36,7 +37,6 @@
<group string="Status">
<field name="auto_delete"/>
<field name="type"/>
<field name="state"/>
<field name="mail_server_id"/>
<field name="model"/>
<field name="res_id"/>