[IMP] hr_evaluation: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120618052428-ess0zcds91xmbjgj
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-18 10:54:28 +05:30
parent 8ff1d82e67
commit fe12a1ead7
2 changed files with 1 additions and 5 deletions

View File

@ -28,9 +28,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Sign in / Sign out" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="Ok" class="oe_form_button_active_flow"/>
</header>
<separator string="Sign-out Entry Must Follow Sign-in." colspan="4" />
</form>
</field>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Evaluation Reminders" version="7.0">
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="send_mail" string="Send Mail" type="object" icon="gtk-ok"/>
<button name="send_mail" string="Send Mail" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
</header>
<group string="Send Evaluation Reminder">
<field name="evaluation_id"/>