Pedro M. Baeza 85da2e66c1 [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).
2016-09-09 03:05:15 +02:00
2016-04-14 04:43:34 +02:00
2015-08-30 16:15:14 +00:00
2015-10-14 02:24:46 +02:00
2015-08-30 16:15:14 +00:00
2015-08-30 16:15:14 +00:00
2015-08-30 16:15:14 +00:00
2016-08-28 02:48:08 +02:00

Runbot Status Build Status Coverage Status

Contracts

Odoo Contracts are special types of Analytic Accounts. This repository provides features extending Contracts.

Dependencies on Project fetures should not be required. For Project related extensions please see the OCA/Project repository.

Translation Status

Transifex Status

Available addons

addon version summary
contract 9.0.1.0.0 Contracts Management recurring
contract_show_invoice 9.0.1.1.0 Button in contracts to show their invoices
Description
No description provided
Readme 66 MiB
Languages
Python 60.4%
HTML 39%
JavaScript 0.4%
SCSS 0.2%