Monday, March 30, 2026
1 change · master
New functionality added to Odoo
This update introduces loyalty programs directly into our subscription service. Customers can now earn points with each renewal, receive discounts on initial months, and automatically redeem rewards based on their loyalty status. This enhances customer retention and engagement by rewarding long-term subscribers.
Original PR description
This commit adds the new module for linking subscriptions to the rules and rewards of loyalties. This module adds loyalty features to the subscription system, by: - Offering subscriptions with X free sessions or products each month. - Automatically adding loyalty points to the customer's loyalty card at each renewal. - Applying discount on the first X months of the subscription. - Automatically applying available rewards at each renewal (if loyalty points are available). - Defining if loyalty rules grant points on each subscription renewal. - Defining if rewards can be applied at each renewal (if there are still enough points). Related to odoo/odoo#224643. task-4878917