| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 296 |
| Technical Name |
sale_recurring_simple |
| License | OPL-1 |
| Versions | 18.0 19.0 |
Simple Recurring Sales Orders
Auto-generate sales orders on a schedule — weekly, bi-weekly, monthly, or quarterly — without installing the Subscription app. A single Recurring tab on any sale order is all it takes. A daily cron copies the order, emails your salesperson, logs the run, and advances the next-run date — completely hands-free.
- ✗ Manually recreating the same sale order every month for retainer clients wastes hours and introduces copy errors.
- ✗ Odoo's Subscription app is Enterprise-only, heavy, and adds complexity when you only need simple order repetition.
- ✗ No visibility into which recurring orders are due today or this week — orders get missed and revenue is left on the table.
- ✗ Salesperson are not notified when a new order is generated — they find out late, delaying confirmation and delivery.
- ✓ Enable Recurring on any sale order, pick a frequency, and the cron does the rest — every night, on time, forever.
- ✓ Works on Odoo Community — no Enterprise license, no Subscription app, no extra modules needed.
- ✓ Recurring Orders dashboard — one view for all active schedules, filtered and grouped by frequency or customer.
- ✓ Automatic email notification to the salesperson + full run history log on the source order for complete traceability.
Key Features
Setup Guide
1) Place the sale_recurring_simple folder in your Odoo custom addons directory and restart the server.
2) Enable Developer Mode — go to Settings → Activate Developer Mode, then click Apps → Update Apps List.
3) Search for "Simple Recurring" in Apps and click Install.
4) Open any Sale Order. A new Recurring tab appears next to Order Lines. The Recurring column and Recurring Orders top menu are also added automatically.
Sales → Quotations — "Recurring" checkbox column and "Recurring Orders" top menu added by the module
5) Click the Recurring tab, enable the toggle, choose a frequency (Weekly / Bi-Weekly / Monthly / Quarterly) and set a Start Date. The Next Run Date auto-fills.
Recurring tab — schedule configured with Monthly frequency, start date, and run history table
6) Go to Sales → Recurring Orders to see all active recurring schedules at a glance — with frequency, next run date, generated count, and status.
Recurring Orders dashboard — 3 active schedules (Quarterly $3,000 · Weekly $800 · Monthly $750)
Frequently Asked Questions
Yes — that is the entire point. This module depends only on sale and mail, both of which ship
with Odoo Community. The Enterprise Subscription app is not required.
Generated orders are always created as Quotation (draft). This gives the salesperson a chance to review and adjust before confirming. The salesperson receives an email notification so they can act promptly.
Once today > recurring_date_end, the cron skips the order and no new copies are created.
Leave the End Date blank for an open-ended schedule that runs indefinitely.
Yes. The module uses Odoo's built-in sale.order.copy() method, so every order line — products,
quantities, unit prices, discounts, and notes — is carried over faithfully to the new quotation.
No. Generated copies have recurring_enabled = False. Only the original source order
controls the schedule. This prevents accidental cascading copies.
Support
- Email support: nextstep.vina@gmail.com
-
Response time: We aim to respond within 1–2 business days. Please include your Odoo version and a description of the issue.
-
Source code: OPL-1 license — commercial use permitted with purchased license. Repository: github.com/RandyNguyenN/sale_recurring_simple
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module