Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.35 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 09:06:23
Authors
ACSONE SA/NV, Odoo Community Association (OCA), AdaptiveCity
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), AdaptiveCity
Committers
Franco Leyes, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
Send instant notification messages to the user in live.

This technical module allows you to send instant notification messages
from the server to the user in live. Two kinds of notification are
supported.

- Success: Displayed in a success theme color flying popup div
- Danger: Displayed in a danger theme color flying popup div
- Warning: Displayed in a warning theme color flying popup div
- Information: Displayed in a info theme color flying popup div
- Default: Displayed in a default theme color flying popup div

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users form Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (5)
  • notify_danger_channel_name Char
    compute='_compute_channel_names'
  • notify_default_channel_name Char
    compute='_compute_channel_names'
  • notify_info_channel_name Char
    compute='_compute_channel_names'
  • notify_success_channel_name Char
    compute='_compute_channel_names'
  • notify_warning_channel_name Char
    compute='_compute_channel_names'
Public methods (5)
  • notify_danger(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None, params=None)
  • notify_default(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None, params=None)
  • notify_info(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None, params=None)
  • notify_success(self, message='Default message', title=None, sticky=False, target=None, action=None, html=False, params=None)
  • notify_warning(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None, params=None)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…