I would like to hide subtasks in tasks tree view inside project form view. (and see them only inside the parent task)
add domain to the actual view doesn't work:
field name="tasks" mode="tree" domain="[('parent_id', '=', False)]"
Could you give me a hint?