Added missing action to print weekly report of employee timesheet in
Addons3 branch.

** Changed in: openobject-addons
    Milestone: None => 6.1

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

Title:
  v6 hr_attendance - time is rounded to hour

Status in OpenERP Modules (addons):
  Fix Released

Bug description:
  The hr_attendance time is rounded by hour, not by minute.

  I suggest this fix:

  /hr_attendance/report/attendance_by_month.py

  line 88

  -                            wh += (dt - ldt).seconds/60/60
  +                            wh += (float((dt - ldt).seconds)/3600)

  Similar issue for the weekly attendance.



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to