CMS status message

cms_status_message
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/16.0/cms_status_message
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/website-cms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - portal
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
display_test CMS status message display test ir.ui.view qweb New
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
portal_add_status_message Add status message ir.ui.view qweb Inherits portal.portal_layout
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', kind='info', dismissible=True, dismiss_options=None, request=None, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `kind` matches. If you pass `None` the title is removed from the alert box. :param kind: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/14.0/cms_status_message
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/website-cms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - portal
    - web_editor
    - http_routing
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
display_test CMS status message display test ir.ui.view qweb New
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
portal_add_status_message Add status message ir.ui.view qweb Inherits portal.portal_layout
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', kind='info', dismissible=True, dismiss_options=None, request=None, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `kind` matches. If you pass `None` the title is removed from the alert box. :param kind: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/13.0/cms_status_message
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/website-cms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
    - social_media
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
add_status_message Add status message ir.ui.view qweb Inherits website.layout
assets_frontend CMS status message frontend assets ir.ui.view qweb Inherits website.assets_frontend
display_test CMS status message display test ir.ui.view qweb New
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', type_='info', dismissible=True, dismiss_options=None, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `type_` matches. If you pass `None` the title is removed from the alert box. :param type_: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/11.0/cms_status_message
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, Simone Orsi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
add_status_message Add status message ir.ui.view qweb Inherits website.layout
assets_frontend CMS status message frontend assets ir.ui.view qweb Inherits website.assets_frontend
display_test CMS status message display test ir.ui.view qweb New
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', type_='info', dismissible=True, dismiss_options=None, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `type_` matches. If you pass `None` the title is removed from the alert box. :param type_: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/10.0/cms_status_message
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, oca-travis, Weblate, Simone Orsi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
add_status_message Add status message ir.ui.view qweb Inherits website.layout
assets_frontend CMS status message frontend assets ir.ui.view qweb Inherits website.assets_frontend
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', type_='info', dismissible=True, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `type_` matches. If you pass `None` the title is removed from the alert box. :param type_: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.
REPOSITORY
REPOSITORYOCA/website-cms
GIT
GIThttps://github.com/OCA/website-cms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website-cms/tree/9.0/cms_status_message
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSJairo Llopis, OCA Transbot, Dave Lasley, Simone Orsi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
add_status_message Add status message ir.ui.view qweb Inherits website.layout
assets_frontend CMS status message frontend assets ir.ui.view qweb Inherits website.assets_frontend
message_listing_wrapper CMS status_message listing wrapper ir.ui.view qweb New
message_wrapper CMS status_message single message wrapper ir.ui.view qweb New
status_message CMS status_message ir.ui.view qweb New
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • add_status_message(self, msg, title='', type_='info', dismissible=True, session=None)
    @api.model
    Inject status message in session. :param msg: the message you want to display. :param title: a title for your message. By default is taken from `default_status_msg_title` if `type_` matches. If you pass `None` the title is removed from the alert box. :param type_: the type of message (info, success, etc). Is used to provide the proper css klass to the alert box. Note: matching a default type is not required at all. You can use your custom type to have your alert box styled differently. :param dismissible: make the alert dismissible. :param session: odoo http session. By default is taken from the current request.
  • default_status_msg_title(self)
    @property
    Some default msg titles.
  • get_status_message(self, session=None)
    @api.model
    Retrieve status messages from current session. :param session: odoo http session. By default is taken from the current request. :rtype: list.