← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 709130] Re: [6.0.1][hr_holidays] can not refuse an approved holidays

 

Bug appear in base_calendar module so moved it to respected team.

thanks,
mra

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

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

** Changed in: openobject-addons
     Assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)

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

Title:
  [6.0.1][hr_holidays] can not refuse an approved holidays

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  Hi,

  In hr_holidays module,

  When a leave is in approved state, there is a button Refuse.
  When I click on this button : 

    File "/home/laurent/Documents/OpenERP/Trunk/addons/hr_holidays/hr_holidays.py", line 293, in holidays_cancel
      obj_crm_meeting.unlink(cr, uid, [record.case_id])
    File "/home/laurent/Documents/OpenERP/Trunk/addons/base_calendar/base_calendar.py", line 1594, in unlink
      if self.get_edit_all(cr, uid, event_id, vals=None):
    File "/home/laurent/Documents/OpenERP/Trunk/addons/base_calendar/base_calendar.py", line 1417, in get_edit_all
      return meeting['recurrency'] and meeting['edit_all']
  TypeError: list indices must be integers, not str





References