Thursday, August 31, 2023
1 change
Enhancements to existing features
Subscription plans can now specify whether renewals are invoiced automatically or handled manually. This gives businesses more control over which subscriptions are charged and renewed by Odoo versus reviewed by sales teams or customers through the portal.
Original PR description
Add a boolean property "automatic renewal" on subscription plan to indicate if subscriptions related to it should be automatically renewed or manually renewed (true by default). Automatic: when the next invoice date of the subscription is reached, Odoo will try to renew it automatically. If a payment token is registered on the subscription, Odoo the client will be charged and if the payment succeed the subscription will be renewed. If not, the subscription will be renewed and an invoice will be generated and sent to the customer. Manual: the renewal must be done by the sales or by the customer through the portal. Add a section about subscription plan in the subscription form with parameters (all read only) of the plan that impact the sub. These information are purely informative, no need to be able to search on it. task-id : 3284609