| models | ||
| static/src/app/models | ||
| tests | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| .gitignore | ||
| README.md | ||
POS Loyalty Subscription
This module introduces a new "Subscription" loyalty program type in Odoo.
Features
- New "Subscription" loyalty program type.
- Support for subscription start and end dates on loyalty cards.
- Enforces a limit of one claim per day for subscription rewards.
- Automatic integration with POS loyalty.
Configuration
- Install the module.
- In the Odoo backend, go to Point of Sale -> Products -> Loyalty Programs.
- Create a new loyalty program and select "Subscription" as the program type.
- Set up the reward (for example, a free product).
- Go to Loyalty Cards and create a card for your customer.
- Set the "Subscription Start Date" and "Subscription End Date" on the customer's card.
- Open the POS, select the customer, and add the product. The reward will be automatically applied for free.