openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16069
[Bug 1020977] Re: [trunk/6.1] workorder planned end date calculated incorrectly (timezone issue)
Note: this is related to bug 932584 (and corresponding OPW case
#575797), the patch for the OPW case should solve both problems I think.
--
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/1020977
Title:
[trunk/6.1] workorder planned end date calculated incorrectly
(timezone issue)
Status in OpenERP Addons (modules):
Confirmed
Bug description:
OpenERP 6.1
Ubuntu 10.04
Steps to reproduce:
- create OpenERP 6.1 database with mrp, mrp_operations modules installed with demo data
- client timezone UTC +0200
- create a manufacturing order with a workorder for the Assembly Workshop
- the Assembly Workshop has a Working Time of 45 hrs/week (monday-friday 2 shifts: morning 08:00-12:00, evening 13:00-18:00)
- set workorder Nbr of hours to 03:00
- set workorder Scheduled Date to start at 08:00 on a weekday
Observed behaviour:
- End Date (planned) = 13:00
Expected behaviour:
- End Date (planned) = 11:00 (08:00 for morning start time + 03:00 production hours)
Suspected cause:
The planned end date is calculated by the interval_get_multi method of the resource_calendar object. This method calculates uses the planned start date in UTC and the Working Time to calculate a planned end date. This returned planned end date is still in UTC. When presenting the planned end date on screen the planned end date is converted to UTC +0200. The bug is caused by the assumption that the Working Time is in UTC. This is not the case. The Working Time is in localtime, which for me is UTC +0200. I think the interval_get_multi method of the resource_calendar object should somehow consider the local timezone in the scheduled end date calculations.
Jeroen Mollers
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1020977/+subscriptions
References