← Back to team overview

openerp-india team mailing list archive

[Bug 1076015] [NEW] [Trunk] Analytic module -> for id in ids: TypeError: 'int' object is not iterable

 

Public bug reported:

OpenERP version: 7.0
server (4542)
addons (7965)
web (3362)

To reproduce the bug:
- Install:
    Project Management
    Timesheet
    project_timesheet
- Do:
    Open Project menu and create new project
    Save it and return to the Kanban view of project
    Click on 0.00 Hours of the new project that we created
- Result:
   The timesheets aren't open and there is the traceback:
        .../server/openerp/addons/analytic/analytic.py", line 101, in name_get
        for id in ids:
        TypeError: 'int' object is not iterable
- Expected result: 
    open the project's timesheets

** Affects: openobject-addons
     Importance: Undecided
         Status: Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1076015

Title:
  [Trunk] Analytic module ->  for id in ids: TypeError: 'int' object is
  not iterable

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  OpenERP version: 7.0
  server (4542)
  addons (7965)
  web (3362)

  To reproduce the bug:
  - Install:
      Project Management
      Timesheet
      project_timesheet
  - Do:
      Open Project menu and create new project
      Save it and return to the Kanban view of project
      Click on 0.00 Hours of the new project that we created
  - Result:
     The timesheets aren't open and there is the traceback:
          .../server/openerp/addons/analytic/analytic.py", line 101, in name_get
          for id in ids:
          TypeError: 'int' object is not iterable
  - Expected result: 
      open the project's timesheets

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1076015/+subscriptions


Follow ups

References