Skip to content

Commit

Permalink
[FIX] project: project does not have hierarchical structure anymore
Browse files Browse the repository at this point in the history
The action is not used anywhere but was not working

Closes #27034
  • Loading branch information
SimoRubi authored and mart-e committed Sep 19, 2018
1 parent 6dec0bc commit 05f1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/project/views/project_views.xml
Expand Up @@ -588,7 +588,7 @@ action = model.activate_sample_project()
<field name="name">Project's tasks</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form,calendar,graph,kanban</field>
<field name="domain">[('project_id', 'child_of', [active_id])]</field>
<field name="domain">[('project_id', '=', active_id)]</field>
<field name="context">{'project_id':active_id}</field>
</record>

Expand Down

0 comments on commit 05f1a78

Please sign in to comment.