This question has been flagged
2 Replies
3435 Views

Odoo V15 has brought some changes in the Subscription logic. Let's see how to properly configure these products

Avatar
Discard
Author Best Answer

Create Subscription Templates

First, you will need to create Subscription Templates and define the invoicing policy, just like you were used to do it in previous versions. 

Create Subscription Products

!You won't find the Subscription Template selection on a product.template form. In order for your subscriptions to work properly, follow the steps below:

Once your Subscription Templates are created, you will see that a smart button has been added to the template. To create a Subscription Product, click on the smart button, and click on "Create". 


The product page opens and you will be able to configure your product. Make sure that the new checkbox "Recurring" is clicked, and save your product. It is now linked to your Subscription Template.


NB: If you are planning to sell your product in a monthly, quarterly or yearly recurrence, you will have to create a different product with a different pricing per Subscription Template. You can rename your product to find it quicker and sell the correct subscription.

Now that everything is ready, you can create a Sales Order, select the right product, and your subscription will be generated.


Avatar
Discard
Best Answer

As a following up: How can I import subscriptions products in V15? Do I have to import them on the subscription template? 

Answer: Even if the subscription template field is not visible on the product form, it is still there. You don’t have to import your products on the subscription template, you can import them as usual on the products page, but you have to add a field in your export file “subscription_template_id/id” and add the ID of the sub template (for example, for the default monthly sub, it is “sale_subscription.monthly_subscription”). The products will then go in the correct subscription template.

Avatar
Discard