TIP: You can type at any time to perform a new search.
Mail Message Search
mail_message_search · OCA/mail
- Repository
- OCA/mail · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/mail
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Odoo Community Association (OCA), Quartile
- Maintainers
- Odoo Community Association (OCA), Quartile
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module enables searching for messages across any record that uses the chatter, based on their associated conversation threads. It dynamically adds a Message Search field to the search view of any model that inherits from `mail.thread`. The Message Search field performs a smart, per-word search across a message’s subject, body, sender, and reply-to fields.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
message_searchTextcompute='_compute_message_search'help='Message search, to be used only in searches'search='_search_message_search'
-
get_view(self, view_id=None, view_type='form', **options)@api.modelOverride to add message_search field in all the objects that inherits mail.thread
Loading…
Loading…
Loading…