From 3c2e7d92196d34a3a15759e33864a74eb006fc03 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 11 Jan 2018 10:34:45 +0100 Subject: [PATCH] [FIX] contract_variable_quantity: Correct README menus references --- contract_variable_quantity/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contract_variable_quantity/README.rst b/contract_variable_quantity/README.rst index db37fd51..f61ddfce 100644 --- a/contract_variable_quantity/README.rst +++ b/contract_variable_quantity/README.rst @@ -12,7 +12,7 @@ lines with variable quantity according to a provided formula. Configuration ============= -#. Go to Sales > Configuration > Contracts > Formulas (quantity). +#. Go to Invoicing > Configuration > Contracts > Formulas (quantity). #. Define any formula based on Python code that stores at some moment a float/integer value of the quantity to invoice in the variable 'result'. @@ -34,7 +34,7 @@ Usage To use this module, you need to: -#. Go to Sales -> Contracts and select or create a new contract. +#. Go to Invoicing > Sales > Contracts and select or create a new contract. #. Check *Generate recurring invoices automatically*. #. Add a new recurring invoicing line. #. Select "Variable quantity" in column "Qty. type".