Cycle Manager#

odoo.addons.spp_programs.models.managers.cycle_manager provides the class BaseCycleManager define the interface for this manager. DefaultCycleManager is the default implementation of this class that should be used in most of the cases.

class odoo.addons.spp_programs.models.managers.cycle_manager.BaseCycleManager(*args: Any, **kwargs: Any)#