[IMP]: hr_tisheet_sheet invisible removed

bzr revid: han@tinyerp.com-20110713114434-zzvv7ylnhsrr81iq
This commit is contained in:
Hardik Ansodariy (OpenERP) 2011-07-13 17:14:34 +05:30
parent fa0460f936
commit 5315922a20
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
<field name="state"/>
<button name="button_confirm" states="draft" string="Submit to Manager" type="object" icon="terp-check"/>
<button name="action_set_to_draft" states="done" string="Set to Draft" type="object" icon="terp-stock_effects-object-colorize"/>
<button name="cancel" states="confirm" string="Refuse" type="workflow" icon="gtk-cancel" groups="base.group_user" invisible="1"/>
<button name="cancel" states="confirm" string="Refuse" type="workflow" icon="gtk-cancel" groups="base.group_hr_user"/>
<button name="done" states="confirm" string="Approve" type="workflow" icon="terp-camera_test" groups="base.group_hr_user"/>
</group>
</form>