Nehal Panchal (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-17349-nep into
lp:openobject-addons/6.0.
Requested reviews:
Anup(OpenERP) (ach-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-17349-nep/+merge/74175
Hello,
Once an employee allocation is refused, it is not possible to change it into a
draft request. This issue has been fixed to allow transition of a request from
Refused to Draft state.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-17349-nep/+merge/74175
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-17349-nep.
=== modified file 'hr_holidays/hr_holidays_view.xml'
--- hr_holidays/hr_holidays_view.xml 2011-01-14 00:11:01 +0000
+++ hr_holidays/hr_holidays_view.xml 2011-09-06 08:30:26 +0000
@@ -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" type="object" icon="gtk-convert" groups="base.group_hr_user"/>
+ <button string="Set to Draft" name="set_to_draft" states="refuse,cancel" type="object" icon="gtk-convert" groups="base.group_hr_user"/>
</group>
</page>
</notebook>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp