[IMP] hr: little simplifications in forms

bzr revid: rco@openerp.com-20120613132824-l5alfbqhfuaxzykr
This commit is contained in:
Raphael Collet 2012-06-13 15:28:24 +02:00
parent a3e9f600ee
commit 304003333d
1 changed files with 2 additions and 2 deletions

View File

@ -347,13 +347,13 @@
<field name="model">hr.job</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Job" version="7.0">
<form string="Job" version="7.0">
<header>
<button name="job_recruitement" string="In Recruitement" states="open" type="object"/>
<button name="job_open" string="Recruitment Done" states="recruit" type="object"/>
<field name="state" widget="statusbar" statusbar_visible="recruit,open"/>
</header>
<sheet string="Job">
<sheet>
<group>
<group>
<field name="name" />