← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

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

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