From 0c354a19c8c5c3b6bf0ed2e8a637576410b22af1 Mon Sep 17 00:00:00 2001 From: zeroheure Date: Fri, 5 May 2017 14:01:51 +0200 Subject: [PATCH] [FIX] sales: Specify that an invoice is created instead of an order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In chapter `eCommerce Order --> Invoice` : the sentence «An eCommerce order will also trigger the creation of the order when it is fully paid.» means obviously «An eCommerce order will also trigger the creation of the invoice when it is fully paid.» --- sales/overview/main_concepts/invoicing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sales/overview/main_concepts/invoicing.rst b/sales/overview/main_concepts/invoicing.rst index 30f69e3a7..a4f569c0a 100644 --- a/sales/overview/main_concepts/invoicing.rst +++ b/sales/overview/main_concepts/invoicing.rst @@ -66,7 +66,7 @@ defined on the contract. :menuselection:`eCommerce Order --> Invoice` -------------------------------------------- -An eCommerce order will also trigger the creation of the order when it +An eCommerce order will also trigger the creation of the invoice when it is fully paid. If you allow paying orders by check or wire transfer, Odoo only creates an order and the invoice will be triggered once the payment is received. @@ -97,4 +97,4 @@ Some specific modules are also able to generate draft invoices: - membership: invoice your members every year -- repairs: invoice your after-sale services \ No newline at end of file +- repairs: invoice your after-sale services