← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 794634] [NEW] [6.0] Clicking on "my timesheet" always creates a duplicate timesheet for period

 

Public bug reported:

Hi,

When clicking on My Timesheet menu entry, a new timesheet is created,
even if a timesheet already exists for the current week.

How to reproduce:
- openerp 6.0 series with demo data
- login with fbs/fbs
- go to Human Resources / Time Tracking / My Timesheet
- save the new timesheet
- go to Human Resources / Time Tracking / My Timesheet agin
- save the timesheet
- error: Error occurred while validating the field(s) date_from,date_to: You can not have 2 timesheets that overlaps !
Please use the menu 'My Current Timesheet' to avoid this problem.

IMO, this is due to a fact that the query for existing timesheet filters
on (state='draft'). This filter on state should be removed.

Proposed patch attached.

Best regards,

-sbi

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

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

Title:
  [6.0] Clicking on "my timesheet" always creates a duplicate timesheet
  for period

Status in OpenERP Modules (addons):
  New

Bug description:
  Hi,

  When clicking on My Timesheet menu entry, a new timesheet is created,
  even if a timesheet already exists for the current week.

  How to reproduce:
  - openerp 6.0 series with demo data
  - login with fbs/fbs
  - go to Human Resources / Time Tracking / My Timesheet
  - save the new timesheet
  - go to Human Resources / Time Tracking / My Timesheet agin
  - save the timesheet
  - error: Error occurred while validating the field(s) date_from,date_to: You can not have 2 timesheets that overlaps !
  Please use the menu 'My Current Timesheet' to avoid this problem.

  IMO, this is due to a fact that the query for existing timesheet
  filters on (state='draft'). This filter on state should be removed.

  Proposed patch attached.

  Best regards,

  -sbi


Follow ups

References