mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[15.0][ADD] subscription_oca
This commit is contained in:
1
subscription_oca/readme/CONTRIBUTORS.rst
Normal file
1
subscription_oca/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Carlos Martínez <carlos@domatix.com>
|
||||
1
subscription_oca/readme/DESCRIPTION.rst
Normal file
1
subscription_oca/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
This module allows creating subscriptions that generate recurring invoices or orders. It also enables the sale of products that generate subscriptions.
|
||||
2
subscription_oca/readme/ROADMAP.rst
Normal file
2
subscription_oca/readme/ROADMAP.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Refactor all the onchanges that have business logic to computed write-able fields when possible. Keep onchanges only for UI purposes.
|
||||
* Add tests.
|
||||
13
subscription_oca/readme/USAGE.rst
Normal file
13
subscription_oca/readme/USAGE.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user