← Back to team overview

openerp-india team mailing list archive

[Bug 997559] [NEW] unset journal_id variable in project_timesheet

 

Public bug reported:

Module : addons > 6.1 > project_timesheet
Line 163
Bug : addons/project_timesheet/project_timesheet.py", line 163, in write
    unit_amount=vals_line['unit_amount'], unit=False, journal_id=vals_line['journal_id'], context=context)
KeyError: 'journal_id'

Indeed, vals_line['journal_id'] is not previously defined in the method

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

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

Title:
  unset journal_id variable in project_timesheet

Status in OpenERP Addons (modules):
  New

Bug description:
  Module : addons > 6.1 > project_timesheet
  Line 163
  Bug : addons/project_timesheet/project_timesheet.py", line 163, in write
      unit_amount=vals_line['unit_amount'], unit=False, journal_id=vals_line['journal_id'], context=context)
  KeyError: 'journal_id'

  Indeed, vals_line['journal_id'] is not previously defined in the
  method

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


Follow ups

References