Commit Graph

11 Commits

Author SHA1 Message Date
OCA-git-bot
d45ddd73e0 [UPD] README.rst 2023-09-03 12:10:24 +00:00
OCA-git-bot
0fed55ac35 [UPD] README.rst 2021-01-04 09:05:29 +00:00
OCA-git-bot
dc3e12ebec [UPD] README.rst 2020-03-25 18:14:25 +00:00
OCA-git-bot
581d28cef5 [UPD] README.rst 2020-03-25 18:14:10 +00:00
OCA-git-bot
4bbec5bd08 [UPD] README.rst 2019-10-01 00:17:32 +00:00
Pedro M. Baeza
3c2e7d9219 [FIX] contract_variable_quantity: Correct README menus references 2019-09-30 10:33:54 +02:00
Carlos Dauden
538bd77636 [MIG] contract_variable_quantity: Migration to 11.0 2019-09-30 10:33:54 +02:00
Dave Lasley
04f4d77988 [MIG] contract_variable_quantity: Migrate to v10
* Bump version
* Change openerp references to odoo
* Installable to True
* Change permissions & views to accounting dependency
2019-09-30 10:33:54 +02:00
Pedro M. Baeza
8ee14a95fa Update README.rst 2019-09-30 10:33:54 +02:00
Pedro M. Baeza
b7e6185303 [IMP] contract_variable_quantity: Screenshot 2019-09-30 10:33:54 +02:00
Pedro M. Baeza
abdf5bb20e [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).
2019-09-30 10:33:54 +02:00