Notification Manager
Notification Manager#
The notification managers allow notifying beneficiaries of some events happening in the programs or cycles.
odoo.addons.spp_programs.models.managers.notification_manager provides the class BaseNotificationManager define
the interface for this manager. SMSNotificationManager is the default implementation.
- class odoo.addons.spp_programs.models.managers.notification_manager.BaseNotificationManager(*args: Any, **kwargs: Any)#
openspp.org