← Back to team overview

openerp-india team mailing list archive

[Bug 1039526] Re: issue worklogs don't appear in hr_timesheet_sheet

 

** Description changed:

  Tested on 6.1, pulled today.
  
  To reproduce:
  - install project_issue_sheet
  - install hr_timesheet_sheet
+ - open "my timesheet", enter the description and save, so that it is created
  - create an issue, enter a worklog
- - open "my timesheet"
+ - open "my timesheet" again
  - the worklog doesn't show.
  
  I reckon this is due to the fact that the Timesheet Line
  (hr.analytic.timesheet) has a fields.function with store=True, sheet_id.
  The offending line has the field sheet_id empty in the database.
  
  So I suppose this can be fixed changing the definition of the field
  sheet_id.
  
  Thanks!

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

Title:
  issue worklogs don't appear in hr_timesheet_sheet

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Tested on 6.1, pulled today.

  To reproduce:
  - install project_issue_sheet
  - install hr_timesheet_sheet
  - open "my timesheet", enter the description and save, so that it is created
  - create an issue, enter a worklog
  - open "my timesheet" again
  - the worklog doesn't show.

  I reckon this is due to the fact that the Timesheet Line
  (hr.analytic.timesheet) has a fields.function with store=True,
  sheet_id. The offending line has the field sheet_id empty in the
  database.

  So I suppose this can be fixed changing the definition of the field
  sheet_id.

  Thanks!

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


References