Bubble Notification

by
Odoo

9.81

v 14.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 12724
Technical Name bubble_notification
LicenseAGPL-3
Websitehttps://github.com/ali-badran-95
Versions 15.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 12724
Technical Name bubble_notification
LicenseAGPL-3
Websitehttps://github.com/ali-badran-95
Versions 15.0 14.0

Bubble Notification

Manage Your Users' Notifications

Overview

With pushing notifications, you can build real-time, in-the-moment connections with your collegues.

Each user can receive notifications on different topics. You can push a notification to a specific user according to a certain process. You can also review, organize and manage your daily notifications.

Usage

To send a notification to a user you just need to call one of these methods defined on res.users:

A notification in a success theme color
notify_success(message, title, is_sticky, date_time, act_window_id, act_client_id)
A notification in a danger theme color
notify_danger(message, title, is_sticky, date_time, act_window_id, act_client_id)
A notification in a warning theme color
notify_warning(message, title, is_sticky, date_time, act_window_id, act_client_id)
A notification in an info theme color
notify_info(message, title, is_sticky, date_time, act_window_id, act_client_id)
A notification in a default theme color
notify_default(message, title, is_sticky, date_time, act_window_id, act_client_id)

The parameters of each method:

message "a string variable"
The content of the notification.
title "a string variable"
The title of the notification.
is_sticky "a boolean variable"
If it is set as true, the popup notification will be sticky until the user closes it.
date_time "a date-time variable"
The date and time of the notification.
act_window_id "an integer variable"
The id of the window action object 'ir.actions.act_window' which will be called when the user clicks the notification.
act_client_id "an integer variable"
The id of the client action object 'ir.actions.client' which will be called when the user clicks the notification.

The act_window_id parameter has a higher priority, so if you set act_window_id and act_client_id, the window action will be called.

You have to put this module in the dependencies of your module.

Screenshots

Ali Badran
linkedin.com/in/ali-s-badran
ali-badran-95

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.