[FIX] contract_variable_quantity: Correct README menus references

This commit is contained in:
Pedro M. Baeza
2018-01-11 10:34:45 +01:00
parent bce681bb4d
commit 48a107b63f

View File

@@ -12,7 +12,7 @@ lines with variable quantity according to a provided formula.
Configuration 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 #. 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'. float/integer value of the quantity to invoice in the variable 'result'.
@@ -34,7 +34,7 @@ Usage
To use this module, you need to: 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*. #. Check *Generate recurring invoices automatically*.
#. Add a new recurring invoicing line. #. Add a new recurring invoicing line.
#. Select "Variable quantity" in column "Qty. type". #. Select "Variable quantity" in column "Qty. type".