← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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



Follow ups

References