Skip to Content
Menu

Odoo Notifications System

by
Odoo

28.45

In-App Purchases
v 18.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 1891
Technical Name orca_notify
LicenseOPL-1
Websitehttps://orcapod.tech
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 1891
Technical Name orca_notify
LicenseOPL-1
Websitehttps://orcapod.tech
Orcapod Logo for Odoo Notification System

The Complete Odoo Notification System

A powerful notify system to send WhatsApp notifications, emails, and web alerts from Odoo.

Key Features of Our Notification System

Custom Notification Triggers

  • Built on top of Odoo Automations for any model.
  • Trigger notifications on create, write, or delete events.
  • Customize notification messages with Jinja templates.
  • Supports all alert types: info, warning, success, error.

Target Specific Recipients

  • Send notifications to specific users or groups.
  • Notify all followers of a specific record automatically.
  • Target users based on roles or custom fields.
  • A complete notify system for your entire team.

Multi-Channel Notification Delivery

  • WhatsApp Notifications & Email alerts.
  • Real-time Web Push Notifications for browsers.
  • In-App Toast Notifications (modern popups).
  • Users can choose their preferred notification channels.

Modern Frontend Experience

  • Real-time systray dropdown widget via Odoo Bus.
  • Instantly updating unread notification counter.
  • Sleek, modern toast notifications for instant feedback.
  • Includes frontend service (orca_notification) for developers.

Simple Backend API for Developers

Programmatically trigger any notification with our simple and intuitive API.

task = self.env["project.task"].browse(42)
self.env.user.send_op_notification(
    title="New Task Assigned",
    message=f"You have been assigned to task {task.name}",
    record=task,                 # Pass the related record (optional)
    sticky=True,                 # Keep the toast notification visible
    notification_type="info"     # Notification type: default, info, etc.
)

Odoo Notification System in Action

Admin dashboard for managing the entire notifications system.

Odoo Notifications System Admin Dashboard

Real-time systray menu with unread notifications counter.

Systray with unread Odoo notifications

Modern in-app toast notifications for instant alerts.

Toast notification example in Odoo

User preferences for enabling WhatsApp, Email or Web notifications.

User preferences for notification channels

Dynamic notification triggers and Jinja templating.

Configuration of a notify trigger in Odoo

Mobile responsive design and web push support.

Mobile view of the notify system dashboard Mobile notifications list in Odoo Mobile toast notification on Odoo Mobile systray notification box

Need Help with Your Notification System?

Contact us for support, customization, or any questions you have about this Odoo notification module.

admin@orcapod.tech
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

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.