Mail Notification Volume

mail_notification_sound_volume
REPOSITORY
REPOSITORYOCA/mail
GIT
GIThttps://github.com/OCA/mail.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mail/tree/17.0/mail_notification_sound_volume
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, GuillermoNforgeflow
WEBSITE
WEBSITEhttps://github.com/OCA/mail
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows users to configure the volume of notification sounds
in Odoo (chat messages, inbox notifications, etc.).

A volume slider is added to the user's Preferences page, with a test
button to preview the sound at the selected volume. The slider is only 
visible when notifications are managed within Odoo.

By default, the volume is set to 100%.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_users_form_simple_modif_notification_volume res.users.preferences.form.notification.volume res.users field Inherits base.view_users_form_simple_modif
Models touched (2)

New fields (1)
  • notification_volume Float
    readonly=False related='res_users_settings_id.notification_volume'
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property

New fields (1)
  • notification_volume Float
    default=1.0
Public methods (0)

No public methods.