Skip to content
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

Merged
merged 26 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6a30548
[ADD] renamed module to base_search_mail_content
serpentcs-dev1 Jan 10, 2017
eed7fb0
[IMP] search by email_from and reply_to
AaronHForgeFlow Jan 10, 2017
f666fde
[IMP] advanced search for negative expression
serpentcs-dev1 Jan 17, 2017
5989df6
[MIG] base_search_mail_content: Migration to 10.0
MiquelRForgeFlow Jul 10, 2017
4f0444a
[MIG] base_search_mail_content: Migration to 11.0
cubells Jun 11, 2018
30f87ff
[11.0][FIX] base_search_mail_content: Move message content search to …
HviorForgeFlow Feb 5, 2019
338691e
[MIG] base_search_mail_content: Migration to 12.0
ernestotejeda Jan 10, 2019
f9261af
[IMP] base_search_mail_content: black, isort, prettier
Jul 9, 2020
f027c31
[MIG] base_search_mail_content: Migration to 13.0
Jul 9, 2020
e11df7d
[FIX] base_search_mail_content: Don't fail on views with searchpanel
pedrobaeza Oct 6, 2020
603b3ef
[IMP] pre-commit run -a
Jan 26, 2021
69cfdd2
[UPD] Eficent -> ForgeFlow
MiquelRForgeFlow Oct 1, 2020
d09ee8a
[MIG] base_search_mail_content: Migration to 14.0
victoralmau Jun 29, 2021
069972d
[UPD] README.rst
OCA-git-bot Jun 29, 2021
682c0cc
[MIG] base_search_mail_content: Migration to 15.0
Shide Mar 15, 2022
238e568
[UPD] Update base_search_mail_content.pot
Mar 16, 2022
8a668fa
[UPD] README.rst
OCA-git-bot Mar 16, 2022
548ba46
[FIX] Avoid CacheMiss errors
Shide Apr 20, 2022
c96168e
base_search_mail_content 15.0.1.0.1
OCA-git-bot Apr 20, 2022
cd406f2
Translated using Weblate (Catalan)
jabelchi Jul 25, 2022
2bb57d5
[UPD] Update base_search_mail_content.pot
Aug 30, 2022
cb8bbd1
Update translation files
oca-transbot Aug 30, 2022
b3056b4
[UPD] Update base_search_mail_content.pot
Mar 23, 2023
e71964b
Update translation files
weblate Mar 23, 2023
907fc45
[IMP] base_search_mail_content: black, isort, prettier
Jun 12, 2023
e5dec4b
[MIG] base_search_mail_content: Migration to 16.0
Jun 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 117 additions & 0 deletions base_search_mail_content/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
========================
Base Search Mail Content
========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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/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-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/15.0
:alt: Try me on Runbot

|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 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.

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.

**Table of contents**

.. contents::
:local:

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/15.0/base_search_fuzzy>`_.

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'.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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 <https://github.com/OCA/social/issues/new?body=module:%20base_search_mail_content%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* ForgeFlow
* SerpentCS
* Tecnativa

Contributors
~~~~~~~~~~~~

* Jordi Ballester Alomar <[email protected]>
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
* Lois Rilo Antelo <[email protected]>
* Aaron Henriquez <[email protected]>

* `Tecnativa <https://www.tecnativa.com>`_:

* Vicent Cubells
* Ernesto Tejeda

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/social/tree/15.0/base_search_mail_content>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
7 changes: 7 additions & 0 deletions base_search_mail_content/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright 2016 ForgeFlow S.L.
# (http://www.forgeflow.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
17 changes: 17 additions & 0 deletions base_search_mail_content/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2016 ForgeFlow S.L.
# (http://www.forgeflow.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Base Search Mail Content",
"version": "16.0.1.0.1",
"author": "ForgeFlow, SerpentCS, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"category": "Social",
"data": ["data/trgm_index_data.xml"],
"depends": ["mail", "base_search_fuzzy"],
"license": "AGPL-3",
"installable": True,
}
44 changes: 44 additions & 0 deletions base_search_mail_content/data/trgm_index_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="subject_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field
name="field_id"
search="[('model','=','mail.message'),('name','=','subject')]"
/>
</record>

<record id="body_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field
name="field_id"
search="[('model','=','mail.message'),('name','=','body')]"
/>
</record>

<record id="record_name_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field
name="field_id"
search="[('model','=','mail.message'),('name','=','record_name')]"
/>
</record>

<record id="email_from_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field
name="field_id"
search="[('model','=','mail.message'),('name','=','email_from')]"
/>
</record>

<record id="reply_to_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field
name="field_id"
search="[('model','=','mail.message'),('name','=','reply_to')]"
/>
</record>

</odoo>
80 changes: 80 additions & 0 deletions base_search_mail_content/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""

#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:0
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_event_event__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_event_registration__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_event_event__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_event_registration__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""

#~ msgid "Partner"
#~ msgstr "ተባባሪ"
81 changes: 81 additions & 0 deletions base_search_mail_content/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""

#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:0
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_event_event__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_event_registration__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_event_event__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_event_registration__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""

#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""

#~ msgid "Partner"
#~ msgstr "الشريك"
Loading