Web Notify

web_notify
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/18.0/web_notify
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Hans Henrik Gabelgaard, oca-ci, Duy (Đỗ Anh), trisdoan, Mikhail Lapin
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
    - mail
    - base_setup
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits base.view_users_form
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)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/17.0/web_notify
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, trisdoan, Mikhail Lapin
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
    - mail
    - base_setup
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits base.view_users_form
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, action=None, params=None)
  • notify_default(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None)
  • notify_info(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None)
  • notify_success(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None)
  • notify_warning(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/16.0/web_notify
VERSION
VERSION 3.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSDenis Roussel, GabbasovDinar, Weblate, OCA-git-bot, David, oca-ci, Benoit Aimont, DavidJForgeFlow, trisdoan, Mikhail Lapin
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
    - mail
    - base_setup
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users xpath Inherits base.view_users_form
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, action=None, params=None, sound=None)
  • notify_default(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None, sound=None)
  • notify_info(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None, sound=None)
  • notify_success(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None, sound=None)
  • notify_warning(self, message='Default message', title=None, sticky=False, target=None, action=None, params=None, sound=None)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/15.0/web_notify
VERSION
VERSION 2.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Hans Henrik Gabelgaard, David, oca-ci, DavidJForgeFlow, Laurent Stukkens
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
    - mail
    - base_setup
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users xpath Inherits base.view_users_form
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)
  • notify_default(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None)
  • notify_info(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None)
  • notify_success(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None)
  • notify_warning(self, message='Default message', title=None, sticky=False, target=None, html=False, action=None)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/14.0/web_notify
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSStéphane Bidoul, OCA Transbot, oca-travis, Weblate, OCA-git-bot, SilvioC2C, KevinKhao, Kevin Khao, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend web_notify assets ir.ui.view qweb Inherits web.assets_backend
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users xpath Inherits base.view_users_form
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, params=None)
  • notify_default(self, message='Default message', title=None, sticky=False, params=None)
  • notify_info(self, message='Default message', title=None, sticky=False, params=None)
  • notify_success(self, message='Default message', title=None, sticky=False, params=None)
  • notify_warning(self, message='Default message', title=None, sticky=False, params=None)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/13.0/web_notify
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSStéphane Bidoul, Jairo Llopis, Alexandre Díaz, OCA Transbot, Juan Jose Scarafia, oca-travis, Weblate, OCA-git-bot, laurent.corron
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend web_notify assets ir.ui.view qweb Inherits web.assets_backend
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users xpath Inherits base.view_users_form
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)
  • notify_default(self, message='Default message', title=None, sticky=False)
  • notify_info(self, message='Default message', title=None, sticky=False)
  • notify_success(self, message='Default message', title=None, sticky=False)
  • notify_warning(self, message='Default message', title=None, sticky=False)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/12.0/web_notify
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, AdaptiveCity
COMMITTERS
COMMITTERSPedro M. Baeza, Nils Hamerlinck, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi, Aitor Bouzas
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend web_notify assets ir.ui.view qweb Inherits web.assets_backend
view_users_form_simple_modif_inherit res.users.form.simple.view.modif.inherit res.users xpath Inherits base.view_users_form
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)
  • notify_default(self, message='Default message', title=None, sticky=False)
  • notify_info(self, message='Default message', title=None, sticky=False)
  • notify_success(self, message='Default message', title=None, sticky=False)
  • notify_warning(self, message='Default message', title=None, sticky=False)
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/11.0/web_notify
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSGuewen Baconnier, Jairo Llopis, OCA Transbot, oca-travis, OCA-git-bot, Tom Blauwendraat
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Web Notify

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend web_notify assets ir.ui.view qweb Inherits web.assets_backend
Models touched (1)

New fields (2)
  • notify_info_channel_name Char
    compute='_compute_channel_names'
  • notify_warning_channel_name Char
    compute='_compute_channel_names'
Public methods (2)
  • notify_info(self, message, title=None, sticky=False)
    @api.multi
  • notify_warning(self, message, title=None, sticky=False)
    @api.multi
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/10.0/web_notify
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSYannick Vaucher, Guewen Baconnier, Holger Brunn, Pedro M. Baeza, GitHub, OCA Transbot, Adrien Peiffer (ACSONE), oca-travis, Wolfgang Pichler, Jay Vora(SerpentCS)
WEBSITE
WEBSITEhttps://acsone.eu/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Web Notify

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend web_noify assets ir.ui.view qweb Inherits web.assets_backend
Models touched (1)

New fields (2)
  • notify_info_channel_name Char
    compute='_compute_channel_names'
  • notify_warning_channel_name Char
    compute='_compute_channel_names'
Public methods (2)
  • notify_info(self, message, title=None, sticky=False, show_reload=False, action=None, action_link_name=None, **options)
    @api.multi
  • notify_warning(self, message, title=None, sticky=False, show_reload=False, action=None, action_link_name=None, **options)
    @api.multi
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/9.0/web_notify
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSGuewen Baconnier, Pedro M. Baeza, Laurent Mignon (ACSONE), OCA Transbot, Laurent Mignon
WEBSITE
WEBSITEhttps://acsone.eu/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend web_noify assets ir.ui.view qweb Inherits web.assets_backend
Models touched (1)

New fields (2)
  • notify_info_channel_name Char
    compute='_compute_channel_names'
  • notify_warning_channel_name Char
    compute='_compute_channel_names'
Public methods (2)
  • notify_info(self, message, title=None, sticky=False)
    @api.multi
  • notify_warning(self, message, title=None, sticky=False)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/web
PULL REQUEST
PULL REQUEST[19.0][MIG] web_notify: Migration to 19.0 (#3377)