[IMP] hr_timesheet_sheet: remove cancel button from wizard and improved view.

bzr revid: tpa@tinyerp.com-20120618055914-iluzeww9njteakh7
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-18 11:29:14 +05:30
parent 90b807e407
commit e5476e64e6
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
<field name="arch" type="xml">
<form string="My Current Timesheet" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-camera_test" name="open_timesheet" string="Open" type="object"/>
<button icon="terp-camera_test" name="open_timesheet" string="Open" type="object" class="oe_form_button_active_flow"/>
</header>
<separator string="It will open your current timesheet"/>
</form>