[MERGE] rename hr_timesheet module and add header on email message form view

bzr revid: mat@openerp.com-20130530125756-cnkj279owcq72kbk
This commit is contained in:
Martin Trigaux 2013-05-30 14:57:56 +02:00
commit 3a570c8f14
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{
'name': 'Timesheets',
'name': 'Time Tracking',
'version': '1.0',
'category': 'Human Resources',
'sequence': 23,

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' class="oe_highlight"/>
<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>