TIP: You can type at any time to perform a new search.
Mail Mention Suggestion Config
mail_mention_suggestion_config · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/social
- Last tracking update
- 2026-08-07 08:42:59
- Authors
- Odoo Community Association (OCA), Sygel
- Maintainers
- Odoo Community Association (OCA), Sygel
- Committers
- sygel, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to configure which partners will appear in your chatter messages mention suggestions (the users that Odoo recommends you when you write an @) Avaliable configuration options: - users: Will suggest partners that are related to any kind of users(internal, portal or public)." - users_internal: Will only suggest partners related to internal users. - None: Will suggest all partners, this is the default odoo option.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits mail.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
mail_mention_suggestion_optionSelectionhelp='Configures which type of partners will appear in your chatter messages mention suggestions. Possible values:\n- users: Will suggest partners that are related to any kind of users \n(internal, portal or public).- users_internal: Will only suggest partners related to internal users.- None: Will suggest all partners, this is the default odoo option.'selection=[('users', 'Users'), ('users_internal', 'Internal Users')]
No public methods.
New fields (1)
-
mail_mention_suggestion_optionSelectionreadonly=Falserelated='company_id.mail_mention_suggestion_option'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
get_mention_suggestions(self, search, limit=8)@api.readonly@api.modelPuts the is_suggestion check in the returned data to distinguish valid suggestions from cached contacts in OWL