From d0673a0cf5fd7d519ed567e9a1f22fe720bf0fb3 Mon Sep 17 00:00:00 2001 From: Eduardo De Miguel Date: Tue, 15 Mar 2022 11:52:02 +0100 Subject: [PATCH] [MIG] base_search_mail_content: Migration to 15.0 --- base_search_mail_content/README.rst | 12 ++++++------ base_search_mail_content/__manifest__.py | 2 +- base_search_mail_content/models/mail_thread.py | 1 - base_search_mail_content/readme/INSTALL.rst | 2 +- .../static/description/index.html | 6 +++--- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/base_search_mail_content/README.rst b/base_search_mail_content/README.rst index ef1459c..c0e6cc2 100644 --- a/base_search_mail_content/README.rst +++ b/base_search_mail_content/README.rst @@ -14,16 +14,16 @@ Base Search Mail Content :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github - :target: https://github.com/OCA/social/tree/14.0/base_search_mail_content + :target: https://github.com/OCA/social/tree/15.0/base_search_mail_content :alt: OCA/social .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/social-14-0/social-14-0-base_search_mail_content + :target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-base_search_mail_content :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/205/14.0 + :target: https://runbot.odoo-community.org/runbot/205/15.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| 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. @@ -72,7 +72,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -112,6 +112,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/social `_ project on GitHub. +This module is part of the `OCA/social `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_search_mail_content/__manifest__.py b/base_search_mail_content/__manifest__.py index e66c460..cf51e7c 100644 --- a/base_search_mail_content/__manifest__.py +++ b/base_search_mail_content/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Base Search Mail Content", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "ForgeFlow, SerpentCS, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/social", "category": "Social", diff --git a/base_search_mail_content/models/mail_thread.py b/base_search_mail_content/models/mail_thread.py index b69685b..4857391 100644 --- a/base_search_mail_content/models/mail_thread.py +++ b/base_search_mail_content/models/mail_thread.py @@ -28,7 +28,6 @@ class MailThread(models.AbstractModel): return [("id", "in", recs.mapped("res_id"))] message_content = fields.Text( - string="Message Content", help="Message content, to be used only in searches", compute=lambda self: False, search="_search_message_content", diff --git a/base_search_mail_content/readme/INSTALL.rst b/base_search_mail_content/readme/INSTALL.rst index bf2ba92..0dae42f 100644 --- a/base_search_mail_content/readme/INSTALL.rst +++ b/base_search_mail_content/readme/INSTALL.rst @@ -1,6 +1,6 @@ This module depends on the module 'base_search_fuzzy' to ensure that searches on emails are based on indexes. Please read carefully the -`install instructions `_. +`install instructions `_. This module installs by default the indexes that are required to perform the searches on mail messages. diff --git a/base_search_mail_content/static/description/index.html b/base_search_mail_content/static/description/index.html index 458177d..e9febc2 100644 --- a/base_search_mail_content/static/description/index.html +++ b/base_search_mail_content/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runbot

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.

This will be useful in models that make intense use of messages, @@ -414,7 +414,7 @@ for content in field ‘Message Content’.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -448,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/social project on GitHub.

+

This module is part of the OCA/social project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.