[FIX] hr_recruitment hire yes no

bzr revid: jam@tinyerp.com-20120619122123-run0mkbqoerqa1y6
This commit is contained in:
Jigar Amin - OpenERP 2012-06-19 17:51:23 +05:30
parent 21650f9790
commit 3b55cde67e
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@
<field name="arch" type="xml">
<form string="Create New Employee" version="7.0">
<header>
<button name="case_close" string="No" icon='gtk-no' type="object" class="oe_form_button_active_flow"/>
<button name="case_close_with_emp" string="Yes" colspan="1" type="object" icon="terp-camera_test" class="oe_form_button_active_flow"/>
<button name="case_close" string="No" icon='gtk-no' type="object"/>
</header>
<label string="Would you like to create an employee ?" colspan="4" />
</form>