← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 746471] Re: [6.0] hr_holidays cannot set allocation request to draft state

 

Hello,

Its fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-746471-pso.
Rev-no: 4618
Revision-Id: pso@xxxxxxxxxxx-20110401052532-5op996ya8rxbq0kb

It will be merged soon with Addons branch.

Thanks for reporting.

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
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:
  [6.0] 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