-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16.0[MIG] base_search_mail_content #1164
16.0[MIG] base_search_mail_content #1164
Conversation
Introduce search of html fields Create indexes Update Readme
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
Avoid CacheMiss errors setting a value on message_content field.
Currently translated at 100.0% (9 of 9 strings) Translation: social-15.0/social-15.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-base_search_mail_content/ca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-15.0/social-15.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-base_search_mail_content/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-15.0/social-15.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-base_search_mail_content/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0e66448
to
e5dec4b
Compare
HI @Shide there was a fields_view_get function that has been deprecated in the version 16 , i have changed this function with another function and now work correctly, thanks for your comments... |
/ocabot migration base_search_mail_content |
You should check #1154 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot merge patch
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 1bcbcd3. Thanks a lot for contributing to OCA. ❤️ |
This module adds the capability to find on any object (e.g. project issues or
helpdesk ticket) based on the conversation threads associated to them.
MT-3086 @moduon @rafaelbn @yajo @Shide please reviews :)