Mail Mention Suggestion Config

mail_mention_suggestion_config
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/18.0/mail_mention_suggestion_config
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMail
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, sygel
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-09 13:47:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - 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 IDNameModelTypeStatus
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_option Selection
    help='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')]
Public methods (0)

No public methods.

New fields (1)
  • mail_mention_suggestion_option Selection
    readonly=False related='company_id.mail_mention_suggestion_option'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_mention_suggestions(self, search, limit=8)
    @api.readonly@api.model
    Puts the is_suggestion check in the returned data to distinguish valid suggestions from cached contacts in OWL