Files
contract/contract_variable_quantity/security/ir.model.access.csv
Pedro M. Baeza e026e60fb8 [ADD] contract_variable_quantity:
=================================================
Variable quantity in contract recurrent invoicing
=================================================

With this module, you will be able to define in recurring contracts some
lines with variable quantity according a provided formula.

Configuration
=============

* Go to Sales > 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.

Usage
=====

To use this module, you need to:

* Go to 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".
* Select one of the possible formulas to use (previously created).
2020-10-27 13:30:08 +01:00

352 B

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2contract_line_qty_formula_managerRecurring formula managermodel_contract_line_qty_formulabase.group_sale_manager1111
3contract_line_qty_formula_userRecurring formula usermodel_contract_line_qty_formulabase.group_sale_salesman1000