[MERGE] lp: 746471

bzr revid: qdp-launchpad@openerp.com-20110420115441-6ynv5dhs5e3x608s
This commit is contained in:
Quentin (OpenERP) 2011-04-20 13:54:41 +02:00
commit c53a8bf3b6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
<button string="Confirm" name="confirm" states="draft" type="workflow" icon="gtk-yes"/>
<button string="Approve" name="validate" states="confirm" type="workflow" icon="gtk-apply" groups="base.group_hr_user"/>
<button string="Approved" name="second_validate" states="validate1" type="workflow" icon="gtk-apply" groups="base.group_hr_user"/>
<button string="Set to Draft" name="set_to_draft" states="cancel,validate,validate1" type="object" icon="gtk-convert" groups="base.group_hr_user"/>
<button string="Set to Draft" name="set_to_draft" states="cancel,validate,validate1,refuse" type="object" icon="gtk-convert" groups="base.group_hr_user"/>
</group>
</page>
</notebook>