Commit Graph

10 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 Tejeda
d7cd6e40eb [IMP] base_search_mail_content: black, isort, prettier 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
hveficent
852ceaa394 [11.0][FIX] base_search_mail_content: Move message content search to last position 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
mreficent
fcf2fc696f [MIG] base_search_mail_content: Migration to 10.0 2022-03-15 11:35:43 +01:00
darshan-serpent
de8e9a20b1 [IMP] advanced search for negative expression 2022-03-15 11:35:43 +01:00
ahenriquez
72f5d20abf [IMP] search by email_from and reply_to
Introduce search of html fields
Create indexes
Update Readme
2022-03-15 11:35:43 +01:00
darshan-serpent
66014fdfb2 [ADD] renamed module to base_search_mail_content 2022-03-15 11:35:43 +01:00