Skip to content

Commit

Permalink
[IMP] project: search on child contacts too
Browse files Browse the repository at this point in the history
When filtering tasks by partner, search also on the contacts of a company

Closes #27118
  • Loading branch information
hugho-ad authored and mart-e committed Sep 25, 2018
1 parent 158bf99 commit c46baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/project/views/project_views.xml
Expand Up @@ -23,7 +23,7 @@
<search string="Tasks">
<field name="name" string="Tasks"/>
<field name="tag_ids"/>
<field name="partner_id"/>
<field name="partner_id" operator="child_of"/>
<field name="project_id"/>
<field name="user_id"/>
<field name="stage_id"/>
Expand Down

0 comments on commit c46baf4

Please sign in to comment.