OpusVL / odoo-project-management

WIP Port to Odoo v8 of eficent-openerp-project-management from Launchpad
7 stars 14 forks source link

Parent Child Task #9

Open mmotahar opened 9 years ago

mmotahar commented 9 years ago

Hi,

Is there any module from your list that can support parent child tasks in the project module ?

Like Microsoft project there is a way to indent tasks and to define a task summary which includes the total time spend on child tasks.

Thanks

Nick-OpusVL commented 9 years ago

Is there any module from your list that can support parent child tasks in the project module ?

The module project_time_sequence adds a tab 'Relationships' to a task record, where you can add predecessors and Successors. That's the closest I can see to that requirement.

Like Microsoft project there is a way to indent tasks and to define a task summary which includes the total time spend on child tasks.

I've just done a search on the source code and it doesn't look likely. You might be able to achieve something by defining a custom Group By in the tasks list, perhaps grouping on parent tasks. I've not tested this but it's the first thing I'd try.