Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mail
Last tracking update
2026-08-07 08:23:01
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, GuillermoNforgeflow
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits base.view_users_form_simple_modif
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
45 days ago
Last activity
45 days ago
Repository
OCA/mail
Pull request
[19.0][MIG] mail_notification_sound_volume: Migration to 19.0 (#229)