Invoice Plan
by CLuedoo https://www.cluedoo.com/shop/lic-clu-set-egn-0019-sales-invoice-automation-downpayment-subscription-6672$ 147.97
In-App PurchasesAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales (sale_management)
• Subscriptions (sale_subscription) • Discuss (mail) • Invoicing (account) • Accounting (account_accountant) |
Lines of code | 554 |
Technical Name |
fal_invoice_milestone |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-egn-0019-sales-invoice-automation-downpayment-subscription-6672 |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales (sale_management)
• Subscriptions (sale_subscription) • Discuss (mail) • Invoicing (account) • Accounting (account_accountant) |
Lines of code | 554 |
Technical Name |
fal_invoice_milestone |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-egn-0019-sales-invoice-automation-downpayment-subscription-6672 |
Versions | 17.0 18.0 |
STORY BEHIND THE FEATURES
ODOO BEHAVIOR
In Odoo, invoice terms management is on the products only and do not propose the options Milestone or Subscription.
- For Milestone invoice terms:
The milestone feature is an important missing invoicing terms in Odoo.
- For subscription invoice terms:
Odoo decided to manage subscription like an independant object, quite in parallel to sales order and not like an extra invoicing policy.
CLUEDOO BEHAVIOR
For Milestone Invoice Term:
1. Invoicing Type: Downpayment
On sales order, you can define an Invoice terms policy based on milestone (40%/40%/30% for instance), created from scratch or from a template and give the forecasted invoice date.
When the event occurs, you can define the milestone term invoice date. You will get the invoice related to the milestone automatically at the date.
2. Invoicing Type: Regular
This type allows you to automatically generate an invoice on the scheduled date with the specified quantity in the transfer, making the process more efficient and seamless.
For Subscription Invoice Term:
Cluedoo defines subscription invoice term as an extra invoicing policy you propose to your customer for a sales order.
For instance, for an order of 18 000â¬, you propose to your customer to invoice 100% at order (invoice based on ordered quantity) or you propose to your customer to invoice monthly 1 500⬠(invoice based on monthly subscription). As the subscription is just an invoicing term option, we prefer to keep the management at the sales order level and not managing another object.
CLUEDOO RECOMMENDATIONS
ââInstall on 100% of the database.
HOW TO USE THIS MODULE ?
Invoicing Type: Downpayment1On Sales â Configuration â Invoice Rules Template, we can create a template for invoice rule. Set Percentage, Invoice date, and Invoice Forecast Date. We also can directly take this template by clicking Take Template button. |
|
2Sales â To Invoice â Invoice Rule. We directly have invoice term from the template. Give the invoice date
|
|
3
Create a Quotation > Select invoice rule > Confirm quotation, and you will have Run Invoice Milestone button. When you click that button, invoice will be created automatically based on the invoice date that we already set on invoice rules.
In this example, first invoice rule is 50% for the date 02/01/2021. Today is 02/01/2021, so when we click Run Invoice Milestone, it creates the invoice for 50%.
For the next invoice, it will be created automatically for the next date as we already set Auto Run Invoice Milestone.
Warning: the autorun will work best for orders with less than 10 lines. If you have bigger orders, you may have to increase the server limit for the invoice milestone to work. |
|
Custom Formula
1
Go to Sales â Configuration â Invoice Rule Template. On an invoice rule template, we can set formula in Python programming code.
For example, we set formula to duplicate the sale order after last milestone is done.
|
|
2
Create a quotation using the invoice rule template where we already set the custom formula (duplicate sale order)
|
|
3
Click Run Invoice Milestone |
|
4After clicking Run Invoice Milestone, the duplicated sale order is automatically created.
|
|
Update v18 Go to Sales > Invoice Automation Template > Create a new Template |
|
Invoicing Type: Regular1Set up Invoicing Type to Regular > Configure Recurrence EX: I want to create an invoice automatically each month, so I set up Recurrence to Monthly |
![]() |
2
|
![]() |
3
|
|
4
|
![]() |
5
|
|
6
|
|
7
|
|
Invoicing Type: Downpayment1Set up Invoicing Type to Downpayment > Set up fields Note: the number in the Days feature means the number of days after the invoice date. EX: 1 Days + Invoice Date : 03/28/2025 = 03/29/2025, which means an invoice is created automatically in 03/29/2025 |
|
2
|
|
3
|
|
4
|
|
Custom Formula Set up Custom Formula EX: Code: sale.copy() , which means that for each automatically generated invoice on the intended date, a quotation will also be automatically created with the copied information |
|
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