Skip to content
Snippets Groups Projects
Commit b1a8a15c authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] project: double rating document name in search


The filter parent_res_name was already in the original search view so
the duplicated one was not needed and caused to have two times the
filter in the search view with possible different behavior.

opw-1949559
closes #31707

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent df5ba89d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
<field name="mode">primary</field>
<field name="arch" type="xml">
<xpath expr="//filter[@name='resource']" position="after">
<field name="parent_res_name"/>
<filter string="Project" name="groupby_project" context="{'group_by': 'parent_res_name'}"/>
</xpath>
<xpath expr="/search" position="inside">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment