Commit Graph

5 Commits

Author SHA1 Message Date
Pedro M. Baeza
5074813213 [FIX] base_search_mail_content: Don't fail on views with searchpanel
On views with a searchpanel, xpath `//field[last()]` may select an element inside
the search panel, provoking the error "Only types ['many2one'] are supported for
category (found type text)".

This fix uses an stricter xpath for avoiding this situation.

TT25796
2022-03-15 11:40:09 +01:00
Ernesto Tejeda
a3caac0114 [MIG] base_search_mail_content: Migration to 13.0 2022-03-15 11:40:09 +01:00
ernesto
008e63597b [MIG] base_search_mail_content: Migration to 12.0 2022-03-15 11:40:09 +01:00
cubells
eaff6bc51a [MIG] base_search_mail_content: Migration to 11.0 2022-03-15 11:40:09 +01:00
darshan-serpent
de8e9a20b1 [IMP] advanced search for negative expression 2022-03-15 11:35:43 +01:00