-
-
Notifications
You must be signed in to change notification settings - Fork 62
[18.0][MIG] base_search_mail_content : Migration to 18.0 #35
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
base: 18.0
Are you sure you want to change the base?
Conversation
Currently translated at 100.0% (5 of 5 strings) Translation: social-14.0/social-14.0-mail_thread_create_nolog Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_thread_create_nolog/es/
Currently translated at 100.0% (2 of 2 strings) Translation: social-18.0/social-18.0-mail_thread_create_nolog Translate-URL: https://translation.odoo-community.org/projects/social-18-0/social-18-0-mail_thread_create_nolog/it/
Followers of a discussion in the chatter of Odoo can be informed by email of a new message being created. This module adds in that email the history of the chatter discussion to help the recipient with more context.
Currently translated at 100.0% (7 of 7 strings) Translation: social-14.0/social-14.0-mail_notification_with_history Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_notification_with_history/es/
Currently translated at 100.0% (4 of 4 strings) Translation: social-18.0/social-18.0-mail_notification_with_history Translate-URL: https://translation.odoo-community.org/projects/social-18-0/social-18-0-mail_notification_with_history/it/
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
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/
Currently translated at 100.0% (6 of 6 strings) Translation: social-16.0/social-16.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-base_search_mail_content/es/
Currently translated at 16.6% (1 of 6 strings) Translation: social-16.0/social-16.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-base_search_mail_content/it/
Currently translated at 100.0% (6 of 6 strings) Translation: social-16.0/social-16.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-base_search_mail_content/it/
Currently translated at 100.0% (11 of 11 strings) Translation: social-17.0/social-17.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-base_search_mail_content/it/
Currently translated at 100.0% (11 of 11 strings) Translation: social-17.0/social-17.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-base_search_mail_content/es/
Currently translated at 100.0% (11 of 11 strings) Translation: social-17.0/social-17.0-base_search_mail_content Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-base_search_mail_content/it/
826e737
to
179ac45
Compare
To allow pre-commit to run i had to include readme and manifest fixes for other modules that were not ported correctly |
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.
Functional review
This PR has the |
/ocabot migration base_search_mail_content |
There's no issue in this repo with the title 'Migration to version 18.0' and the milestone 18.0, so not possible to add the comment. |
I missed this PR and also migrated this module, I'm fine with merging yours, can you squash the bot commits, and include these changes? https://github.com/OCA/social/pull/1627/files |
Migration to 18.0 - Previously in oca/social
Test fixed, otherwise unchanged code
App installs, unit tests pass