| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mail |
| GIT | |
| GIT | https://github.com/OCA/mail.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mail/tree/18.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Emilio Pascual, David Bañón, Joel Estrada |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mail |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | 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. |
No views found for this module.
body
Html
index='trigram'
email_from
Char
index='trigram'
record_name
Char
index='trigram'
reply_to
Char
index='trigram'
subject
Char
index='trigram'
No public methods.
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
get_view(self, view_id=None, view_type='form', **options)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/17.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci, Aungkokolin1997 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | 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. |
No views found for this module.
body
Html
index='trigram'
email_from
Char
index='trigram'
record_name
Char
index='trigram'
reply_to
Char
index='trigram'
subject
Char
index='trigram'
No public methods.
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
get_view(self, view_id=None, view_type='form', **options)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/16.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.5 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | Andrea, Carlos Lopez, Weblate, OCA-git-bot, oca-ci, Aungkokolin1997, Joel Estrada |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
get_view(self, view_id=None, view_type='form', **options)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/15.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/14.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Simone Rubino |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/13.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), ForgeFlow, SerpentCS |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, mreficent, OCA Transbot, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute=<expr>
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/12.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Eficent, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Eficent, SerpentCS |
| COMMITTERS | |
| COMMITTERS | GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ernesto |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute=<expr>
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/11.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Eficent, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Eficent, SerpentCS |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, cubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
message_content
Text
compute=<expr>
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
field_id
Many2one
help="You can either select a field of type 'text', 'char' or 'html'."
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/10.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, SerpentCS |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
trgm_index_view_form |
trgm.index.view.form | trgm.index | field | Inherits base_search_fuzzy.trgm_index_view_form |
trgm_index_view_tree |
trgm.index.view.tree | trgm.index | field | Inherits base_search_fuzzy.trgm_index_view_tree |
message_content
Text
compute=<expr>
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/9.0/base_search_mail_content |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, SerpentCS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, SerpentCS |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, ahenriquez, darshan-serpent, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.eficent.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_search_fuzzy odoo/odoo: - base - base_setup - web_kanban - web - bus |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
trgm_index_view_form |
trgm.index.view.form | trgm.index | field | Inherits base_search_fuzzy.trgm_index_view_form |
trgm_index_view_tree |
trgm.index.view.tree | trgm.index | field | Inherits base_search_fuzzy.trgm_index_view_tree |
message_content
Text
compute='_compute_message_content'
help='Message content, to be used only in searches'
search='_search_message_content'
string='Message Content'
No public methods.
No new fields.
Public methods (0)No public methods.