[FIX] project_issue, resource: fixed computation of hours / days to open (assign...
authorThibault Delavallée <tde@openerp.com>
Wed, 6 Aug 2014 09:36:54 +0000 (11:36 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 7 Aug 2014 06:54:09 +0000 (08:54 +0200)
commit622b52d262f9f2aa8d0ecb4dab464416a6f65f06
tree80baff14ad2386ecebe3fc836501ff41c50b63a3
parentf062eec6398e59f8636b00ef922be48a0f69c772
[FIX] project_issue, resource: fixed computation of hours / days to open (assign) or close an issue. Those fields now have a conditional store, because they were not recomputed even when changing date_open and date_closed. Changing the stage now correctly changes the date_closed. Also added some fixes in resource module, the date was not correctly taken into account when computing the number of working hours between two dates.
addons/project_issue/project_issue.py
addons/project_issue/project_issue_view.xml
addons/resource/resource.py