Commit Graph

16 Commits

Author SHA1 Message Date
Moisés López
f2584a70ed [FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed 2019-09-30 10:33:54 +02:00
OCA Transbot
ff4a1a75d0 OCA Transbot updated translations from Transifex 2019-09-30 10:33:54 +02:00
Dave Lasley
065a7cf35e [10.0][IMP] Add variable qty to contract template view (#66)
* [IMP] Add variable qty to contract template view

* Bump minor version
2019-09-30 10:33:54 +02:00
OCA Transbot
a6259f905e OCA Transbot updated translations from Transifex 2019-09-30 10:33:54 +02:00
Dave Lasley
3913f2f3b3 [IMP][10.0] contract: Add templating (#42)
Add template functionality for contracts
2019-09-30 10:33:54 +02:00
OCA Transbot
2e0e4aa38b OCA Transbot updated translations from Transifex 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
OCA Transbot
2787267199 OCA Transbot updated translations from Transifex 2019-09-30 10:33:54 +02:00
Pedro M. Baeza
ef51fee01d [MIG] Rename manifest files 2019-09-30 10:33:54 +02:00
Pedro M. Baeza
242dcee0d6 [MIG] Make modules uninstallable 2019-09-30 10:33:54 +02:00
Carlos Dauden
dc1e071d1d [IMP] contract: Add past receipt type. Fix yearly. Add month last day 2019-09-30 10:33:54 +02:00
OCA Transbot
33fc6f5329 OCA Transbot updated translations from Transifex 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
61e60e241e [IMP] contract_variable_quantity: Spanish translation 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