mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_advanced_search: recover support for m2m and o2m custom filter
TT44862
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<t t-inherit="web.CustomFilterItem" t-inherit-mode="extension" owl="1">
|
||||
<xpath expr="//select[@t-elif]" position="after">
|
||||
<t
|
||||
t-elif="fieldType === 'many2one' and ['=', '!='].includes(selectedOperator.symbol)"
|
||||
t-elif="['many2one', 'many2many', 'one2many'].includes(fieldType) and ['=', '!='].includes(selectedOperator.symbol)"
|
||||
>
|
||||
<RecordPicker
|
||||
model="fields[condition.field].relation"
|
||||
|
||||
Reference in New Issue
Block a user