[IMP] hr_timesheet_sheet: remove cancel button from wizard and improved view.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 18 Jun 2012 05:59:14 +0000 (11:29 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 18 Jun 2012 05:59:14 +0000 (11:29 +0530)
bzr revid: tpa@tinyerp.com-20120618055914-iluzeww9njteakh7

addons/hr_timesheet_sheet/wizard/hr_timesheet_current_view.xml

index 1812181..0633c95 100644 (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>