I made changes for 6.1-1 as per the attachment to solve this problem. I'm not sure how the proposed fix above will work in this regards perhaps you should review the triggers used to store each field as they do not seem correct. For example in some cases the fields do not exist in the related model. The additional of the the field 'project_id' to the list of fields held against project.task in respect of the store dictionary appears to be the key to fixing this issue.
** Patch added: "Bug#823838-Project_time_not_updated_when_changing-project.task-project_id.patch" https://bugs.launchpad.net/openobject-addons/+bug/823838/+attachment/3224397/+files/Bug%23823838-Project_time_not_updated_when_changing-project.task-project_id.patch -- 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/823838 Title: project hours don't include child projects hours Status in OpenERP Addons (modules): Fix Released Bug description: On the project form the calculated field Planned Time has the following explanation: "Sum of planned hours of all tasks related to this project and its child projects." But it seems that it only contains the sum of planned hours of all tasks related to the project Test Case: create a new db selecting "project" module from the setup wizard and demo data goto project / projects the project: Integrate a Sale and Warehouse Management has planned time: 680 total time 0 time spent 0 progress 0 parent: Projects I create a new Project: MyProj and change the parent project of Integrate a Sale and Warehouse Management to this one planned hour form MyProj remains 0 create task MyTask for project MyProj with Planned Hours 100 create a MyWork for MyTask with time spent 50 mark MyTask as done now MyProj has planned time: 100 total time: 100 time spent: 50 progress 50% completely ignoring the child project To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/823838/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

