Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 1891 |
Technical Name |
orca_notify |
License | OPL-1 |
Website | https://orcapod.tech |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 1891 |
Technical Name |
orca_notify |
License | OPL-1 |
Website | https://orcapod.tech |

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.

Real-time systray menu with unread notifications counter.

Modern in-app toast notifications for instant alerts.

User preferences for enabling WhatsApp, Email or Web notifications.

Dynamic notification triggers and Jinja templating.

Mobile responsive design and web push support.




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