c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20662
[Bug 746471] Re: [6.0] hr_holidays cannot set allocation request to draft state
** Changed in: openobject-addons
Milestone: None => 6.1
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/746471
Title:
[trunk] hr_holidays cannot set allocation request to draft state
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
It's not possible to set to draft a refused allocation request
Change the line 142 in hr_holidays_view.xml :
<button string="Set to Draft" name="set_to_draft" states="cancel"
type="object" icon="gtk-convert" groups="base.group_hr_user"/>
by
<button string="Set to Draft" name="set_to_draft" states="refuse"
type="object" icon="gtk-convert" groups="base.group_hr_user"/>
References