← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-746471-pso

-- 
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