Skip to Content
Menu
This question has been flagged

 Hi everyone,

I'm quite new in Odoo, we are implementing it for our prupose. 

I've a question regarding Subscription.

I set my article which are recurrent as a Subscription. I created 3 subscription templates (Monthy, semi-annualy and annualy).

When I create a sales order, when confirmed, this create automatically a Subscription. But this one is "In progress", meaning already implemented.

I give you the example of one of my subscription product, a Hosting. 

When a customer confirm the sales order, this generate a subscription but this hosting is not implemented. 

How can I manage my subscription stages to be sure that a subscription is not automatically invoiced, before the implementation.
I though about a category like "To be implemented", but I don't know how to change the default stage for a Subscription stage. 

Thanks for your help

Avatar
Discard
Best Answer

You should probably edit the title of your post so it is clear what the question is, but since I had the same question I stumbled upon it.

workaround

Assuming you have 3 stages: Draft, Running, Ended.

  1. Create an extra stage "Dummy" with category Draft and place it after Draft
    you now have Draft, Dummy, Running, Ended
  2. Create an automated action that moves all subscriptions from "Dummy" to "Draft"
  3. Create an automated action that creates a next activity to your sales, for example "check subscriptions for activation"

I am too still looking for a way for Odoo to create subscriptions in draft, preferably based on the subscription template. But for now, this seems to work...


Avatar
Discard
Related Posts Replies Views Activity
1
Jun 23
1667
1
Mar 20
2815
6
Dec 24
17740
2
Mar 17
7056
0
Dec 23
392