This question has been flagged
1 Reply
4259 Views

Im using Odoo 11 community edition

When viewing tasks, I see all the tasks and sub-tasks.

Is it possible to filter the sub-tasks alone?

Avatar
Discard
Best Answer

Hi,

If you want to filter the sub task only add a custom filter form the user interface or by the code.

From the UI you can do it like this : - Click on filter -> Add customer filter , then choose parent task is set

See the image,

,

Click Apply. Then you will view only the task having a parent task, which means you will see only sub tasks.

Thanks

Avatar
Discard