mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_variable_quantity: Migration to 12.0
This commit is contained in:
16
contract_variable_quantity/readme/CONFIGURE.rst
Normal file
16
contract_variable_quantity/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
#. 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'.
|
||||
|
||||
You can use these variables to compute your formula:
|
||||
|
||||
* *env*: Environment variable for getting other models.
|
||||
* *context*: Current context dictionary.
|
||||
* *user*: Current user.
|
||||
* *line*: Contract recurring invoice line that triggers this formula.
|
||||
* *contract*: Contract whose line belongs to.
|
||||
* *invoice*: Invoice (header) being created.
|
||||
|
||||
.. figure:: images/formula_form.png
|
||||
:alt: Formula form
|
||||
:width: 600 px
|
||||
Reference in New Issue
Block a user