diff --git a/mail_message_name_search/README.rst b/base_search_mail_content/README.rst similarity index 100% rename from mail_message_name_search/README.rst rename to base_search_mail_content/README.rst diff --git a/mail_message_name_search/__init__.py b/base_search_mail_content/__init__.py similarity index 100% rename from mail_message_name_search/__init__.py rename to base_search_mail_content/__init__.py diff --git a/mail_message_name_search/__openerp__.py b/base_search_mail_content/__openerp__.py similarity index 100% rename from mail_message_name_search/__openerp__.py rename to base_search_mail_content/__openerp__.py diff --git a/mail_message_name_search/data/trgm_index_data.xml b/base_search_mail_content/data/trgm_index_data.xml similarity index 100% rename from mail_message_name_search/data/trgm_index_data.xml rename to base_search_mail_content/data/trgm_index_data.xml diff --git a/mail_message_name_search/models/__init__.py b/base_search_mail_content/models/__init__.py similarity index 91% rename from mail_message_name_search/models/__init__.py rename to base_search_mail_content/models/__init__.py index ee15c669..780d0d14 100644 --- a/mail_message_name_search/models/__init__.py +++ b/base_search_mail_content/models/__init__.py @@ -4,5 +4,5 @@ # © 2016 Serpent Consulting Services Pvt. Ltd. () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from . import mail_message +from . import mail_thread from . import res_partner diff --git a/mail_message_name_search/models/mail_message.py b/base_search_mail_content/models/mail_thread.py similarity index 100% rename from mail_message_name_search/models/mail_message.py rename to base_search_mail_content/models/mail_thread.py diff --git a/mail_message_name_search/models/res_partner.py b/base_search_mail_content/models/res_partner.py similarity index 100% rename from mail_message_name_search/models/res_partner.py rename to base_search_mail_content/models/res_partner.py diff --git a/mail_message_name_search/README.rst~ b/mail_message_name_search/README.rst~ deleted file mode 100644 index 92364995..00000000 --- a/mail_message_name_search/README.rst~ +++ /dev/null @@ -1,83 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -======================== -Mail message name search -======================== - -This module adds the capability to search for mail messages by subject or -body of the message. This will be useful in models that make intense use of -messages, like project issues or helpdesk tickets. - -This module will add dynamically the message_ids to the search view of -any model that inherits from the mail.thread and will incorporate the -capability to search for content in the mail messages. - - -Installation -============ - -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 https://github.com/OCA/server-tools/blob/8.0/base_search_fuzzy/README.rst - -This module installs by default the indexes that are required to -perform the searches on mail messages. - - -Configuration -============= - -No configuration is needed. - -Usage -===== - -A project issue or helpdesk ticket can contain tens of mails associated, -based on the conversations that the person responsible for the ticket -maintains with the person that raised the issue. One need to search -in mail messages, as much as he/she needs to search in their mail for -past conversations. So this module will be useful for the user to search -messages by subject or body. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/server-tools/8.0 - -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. - -Credits -======= - -Images ------- - -* Odoo Community Association: `Icon `_. - -Contributors ------------- - -* Jordi Ballester Alomar -* Serpent Consulting Services Pvt. Ltd. - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -This module is maintained by the OCA. - -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. - -To contribute to this module, please visit https://odoo-community.org.