mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
14 lines
1.0 KiB
ReStructuredText
14 lines
1.0 KiB
ReStructuredText
To make a subscription:
|
|
|
|
#. Go to *Subscriptions > Configuration > Subscription templates*.
|
|
#. Create the templates you consider, choosing the billing frequency: daily, monthly... and the method of creating the invoice and/or order.
|
|
#. Go to *Subscription > Subscriptions*.
|
|
#. Create a subscription and indicate the start date. When the *Subscriptions Management* cron job is executed, the subscription will begin and the first invoice will be created if the execution date matches the start date. The invoice will also be created when the execution date matches the next invoice date. Additionally, you can manually change the subscription status and create an invoice.
|
|
#. The cron job will also end the subscription if its end date has been reached.
|
|
|
|
To create subscriptions with the sale of a product:
|
|
|
|
#. Go to *Subscriptions > Subscriptions > Products*.
|
|
#. Create the product and in the sales tab, complete the fields *Subscribable product* and *Subscription template*
|
|
#. Create a sales order with the product and confirm it.
|