Community mailing list archives
community@mail.odoo.com
Browse archives
Qweb templating (Python side) : Access survey_user_input model on survey template using t-field ?
label product
Aggregating time spent over delegated tasks
byHello
In our projects, we have several levels of task delegation such as:
T1
T1.1
T1.1.1
T1.1.2
T1.2
T1.2.1
T1.2.2
T1.2.3
… etc.
Time is declared over these tasks through timesheets.
I would like to build report aggregating for each (sub)parent level the time declared on all child tasks.
Is this feasible ? The reporting view (timesheet analysis) only provide the tasks lines for which time has been declared but does not build the tasks hierarchy.
What would be the best option to build these reports ?
I am on Odoo 8.
Many thanks
Franck