Sadeem Mobile Notification
Push notification agent supporting ntfy and FCM
Sadeem Mobile Notification Push Notification Agent for Odoo – Supporting ntfy & Firebase Cloud Messaging
A standalone notification agent module for Odoo that enables
real-time push notifications to mobile devices and web browsers.
Supports ntfy (self-hosted) and Firebase Cloud Messaging (FCM)
Multi-company, rate limiting, device management, and full logging built-in.
Core Features
Supported Providers
REST API Endpoints
Frequently Asked Questions
ntfy: Best for self-hosted environments, no Google dependency, free and open-source.
Great for internal apps and privacy-focused deployments.
FCM: Best for production mobile apps on Google Play / App Store.
Reliable, scalable, and widely supported by mobile SDKs.
For ntfy: No extra dependencies needed, uses standard HTTP requests.
For FCM v1 API: Requires the google-auth Python library.
The legacy FCM API works without extra dependencies.
Call the /sadeem/mobile/register_device endpoint from your app after user login. The response includes the provider type, server URL (ntfy) or project ID (FCM), and the topic to subscribe to. Your app then listens on that topic/token for incoming notifications.
Yes! You can create multiple notification configurations per company (e.g., one ntfy for internal alerts and one FCM for customer-facing apps). Set one as the default in company settings for API device registration.
Notifications will be blocked and logged as failed with a clear error message. The counter resets automatically at the start of each month, or admins can reset it manually. Set the limit to 0 for unlimited notifications.
About Sadeem
Sadeem is an Egyptian/Saudi company established in 2020 (formerly Digital X, rebranded to Sadeem in
2023).
We specialize in Odoo development, SaaS solutions, and cloud infrastructure management.
- Technical Name:
-
sadeem_mobile_notification - Category:
- Technical
- Lines of Code:
- 1815
- Website:
- Visit Website
- Dependencies:
-
basemail
License: LGPL-3
This module is licensed underLGPL-3.