diff --git a/base_search_mail_content/README.rst b/base_search_mail_content/README.rst index 4c992e886..88bdf384a 100644 --- a/base_search_mail_content/README.rst +++ b/base_search_mail_content/README.rst @@ -17,36 +17,38 @@ 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/16.0/base_search_mail_content + :target: https://github.com/OCA/social/tree/17.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-16-0/social-16-0-base_search_mail_content + :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-base_search_mail_content :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0 :alt: Try me on Runboat |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. +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, -like project issues or helpdesk tickets. +This will be useful in models that make intense use of messages, like +project issues or helpdesk tickets. A project issue or helpdesk ticket can contain tens of mails or notes -associated, based on the feedback that the person responsible for the ticket -maintains, including conversations with the person that raised the issue. +associated, based on the feedback that the person responsible for the +ticket maintains, including conversations with the person that raised +the issue. A user may often want to find issues or tickets, based on the past conversations that were recorded, as much as he or she needs to search in their mail for past conversations. -This module will add dynamically a field 'message_content' to the search view -of any model that inherits from the mail.thread. +This module will add dynamically a field 'message_content' to the search +view of any model that inherits from the mail.thread. -The current search capabilities include searching into the subject, body, -email from, reply to and record name. +The current search capabilities include searching into the subject, +body, email from, reply to and record name. **Table of contents** @@ -58,16 +60,17 @@ 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 `_. +`install +instructions `__. -This module installs by default the indexes that are required to -perform the searches on mail messages. +This module installs by default the indexes that are required to perform +the searches on mail messages. Usage ===== -Go to any model that contains a chatter (e.g. Contacts, ...). Search -for content in field 'Message Content'. +Go to any model that contains a chatter (e.g. Contacts, ...). Search for +content in field 'Message Content'. Bug Tracker =========== @@ -75,7 +78,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -83,27 +86,26 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow * SerpentCS * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Jordi Ballester Alomar -* Serpent Consulting Services Pvt. Ltd. -* Lois Rilo Antelo -* Aaron Henriquez +- Jordi Ballester Alomar +- Serpent Consulting Services Pvt. Ltd. +- Lois Rilo Antelo +- Aaron Henriquez +- `Tecnativa `__: -* `Tecnativa `_: - - * Vicent Cubells - * Ernesto Tejeda + - Vicent Cubells + - Ernesto Tejeda Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -115,6 +117,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/pyproject.toml b/base_search_mail_content/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/base_search_mail_content/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_search_mail_content/readme/CONTRIBUTORS.md b/base_search_mail_content/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..0e56e699b --- /dev/null +++ b/base_search_mail_content/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Jordi Ballester Alomar \<\> +- Serpent Consulting Services Pvt. Ltd. \<\> +- Lois Rilo Antelo \<\> +- Aaron Henriquez \<\> +- [Tecnativa](https://www.tecnativa.com): + - Vicent Cubells + - Ernesto Tejeda diff --git a/base_search_mail_content/readme/CONTRIBUTORS.rst b/base_search_mail_content/readme/CONTRIBUTORS.rst deleted file mode 100644 index c47edfd9e..000000000 --- a/base_search_mail_content/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Jordi Ballester Alomar -* Serpent Consulting Services Pvt. Ltd. -* Lois Rilo Antelo -* Aaron Henriquez - -* `Tecnativa `_: - - * Vicent Cubells - * Ernesto Tejeda diff --git a/base_search_mail_content/readme/DESCRIPTION.rst b/base_search_mail_content/readme/DESCRIPTION.md similarity index 63% rename from base_search_mail_content/readme/DESCRIPTION.rst rename to base_search_mail_content/readme/DESCRIPTION.md index aa0e55485..3c4a4e7b8 100644 --- a/base_search_mail_content/readme/DESCRIPTION.rst +++ b/base_search_mail_content/readme/DESCRIPTION.md @@ -1,19 +1,21 @@ -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 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, -like project issues or helpdesk tickets. +This will be useful in models that make intense use of messages, like +project issues or helpdesk tickets. A project issue or helpdesk ticket can contain tens of mails or notes -associated, based on the feedback that the person responsible for the ticket -maintains, including conversations with the person that raised the issue. +associated, based on the feedback that the person responsible for the +ticket maintains, including conversations with the person that raised +the issue. A user may often want to find issues or tickets, based on the past conversations that were recorded, as much as he or she needs to search in their mail for past conversations. -This module will add dynamically a field 'message_content' to the search view -of any model that inherits from the mail.thread. +This module will add dynamically a field 'message_content' to the search +view of any model that inherits from the mail.thread. -The current search capabilities include searching into the subject, body, -email from, reply to and record name. +The current search capabilities include searching into the subject, +body, email from, reply to and record name. diff --git a/base_search_mail_content/readme/INSTALL.rst b/base_search_mail_content/readme/INSTALL.md similarity index 60% rename from base_search_mail_content/readme/INSTALL.rst rename to base_search_mail_content/readme/INSTALL.md index 0dae42ff9..41256c41c 100644 --- a/base_search_mail_content/readme/INSTALL.rst +++ b/base_search_mail_content/readme/INSTALL.md @@ -1,6 +1,7 @@ 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](https://github.com/OCA/server-tools/blob/15.0/base_search_fuzzy). -This module installs by default the indexes that are required to -perform the searches on mail messages. +This module installs by default the indexes that are required to perform +the searches on mail messages. diff --git a/base_search_mail_content/readme/USAGE.rst b/base_search_mail_content/readme/USAGE.md similarity index 58% rename from base_search_mail_content/readme/USAGE.rst rename to base_search_mail_content/readme/USAGE.md index f9b4229ca..0f5fbfaf2 100644 --- a/base_search_mail_content/readme/USAGE.rst +++ b/base_search_mail_content/readme/USAGE.md @@ -1,2 +1,2 @@ -Go to any model that contains a chatter (e.g. Contacts, ...). Search -for content in field 'Message Content'. +Go to any model that contains a chatter (e.g. Contacts, ...). Search for +content in field 'Message Content'. diff --git a/base_search_mail_content/static/description/index.html b/base_search_mail_content/static/description/index.html index 30116d5f0..ca2a8e8ad 100644 --- a/base_search_mail_content/static/description/index.html +++ b/base_search_mail_content/static/description/index.html @@ -369,21 +369,23 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:c0da7e7bacf2b86f570ca16e404c48ec89ee8afca5a84a53672ecf09ec678b25 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

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, -like project issues or helpdesk tickets.

+

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

+

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, like +project issues or helpdesk tickets.

A project issue or helpdesk ticket can contain tens of mails or notes -associated, based on the feedback that the person responsible for the ticket -maintains, including conversations with the person that raised the issue.

+associated, based on the feedback that the person responsible for the +ticket maintains, including conversations with the person that raised +the issue.

A user may often want to find issues or tickets, based on the past conversations that were recorded, as much as he or she needs to search in their mail for past conversations.

-

This module will add dynamically a field ‘message_content’ to the search view -of any model that inherits from the mail.thread.

-

The current search capabilities include searching into the subject, body, -email from, reply to and record name.

+

This module will add dynamically a field ‘message_content’ to the search +view of any model that inherits from the mail.thread.

+

The current search capabilities include searching into the subject, +body, email from, reply to and record name.

Table of contents

    @@ -402,21 +404,22 @@ email from, reply to and record name.

    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.

    -

    This module installs by default the indexes that are required to -perform the searches on mail messages.

    +install +instructions.

    +

    This module installs by default the indexes that are required to perform +the searches on mail messages.

Usage

-

Go to any model that contains a chatter (e.g. Contacts, …). Search -for content in field ‘Message Content’.

+

Go to any model that contains a chatter (e.g. Contacts, …). Search for +content in field ‘Message Content’.

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -450,7 +453,7 @@ If you spotted it first, help us to smash 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.