TIP: You can type at any time to perform a new search.
Mail Mention Suggestion Config
mail_mention_suggestion_config| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/18.0/mail_mention_suggestion_config |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, sygel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-09 13:47:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 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