Pedro M. Baeza cacb80cc08 [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).
2022-11-03 12:29:58 +01:00
2022-11-03 11:28:30 +00:00
2022-06-22 09:36:45 +00:00
2022-08-18 14:04:26 +00:00
2021-10-17 16:40:07 +02:00
2022-03-30 22:07:30 +02:00
2021-10-17 16:40:07 +02:00
2022-11-03 11:55:09 +01:00
2021-10-17 16:40:07 +02:00
2021-10-17 16:40:07 +02:00
2021-10-17 16:40:07 +02:00
2021-10-17 16:40:07 +02:00
2021-10-17 16:40:07 +02:00
2022-11-03 11:28:36 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

contract

TODO: add repo description.

Available addons

addon version maintainers summary
contract 15.0.1.5.3 Recurring - Contracts Management
contract_payment_mode 15.0.1.0.1 Payment mode in contracts and their invoices
contract_sale 15.0.1.1.0 Contract from Sale
contract_sale_generation 15.0.1.0.2 Contracts Management - Recurring Sales

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Description
No description provided
Readme 66 MiB
Languages
Python 60.4%
HTML 39%
JavaScript 0.4%
SCSS 0.2%