Pedro M. Baeza 32143d8ef7 [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).
2024-07-22 11:49:58 +02:00
2024-05-01 16:21:51 +00:00
2024-07-12 11:30:58 +00:00
2024-04-21 00:35:01 +00:00
2024-07-12 14:41:49 +00:00
2024-07-06 17:23:49 +00:00
2023-11-12 15:40:02 +01:00
2024-07-06 17:23:49 +00:00
2024-07-06 17:23:49 +00:00
2024-07-06 17:23:49 +00:00
2023-11-12 15:40:02 +01:00
2023-11-12 15:40:02 +01:00
2023-11-12 15:40:02 +01:00
2024-03-23 13:42:47 +00:00
2023-11-12 15:40:02 +01:00
2024-07-12 11:30:49 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

contract

TODO: add repo description.

Available addons

addon version maintainers summary
contract 17.0.1.0.1 Recurring - Contracts Management
contract_sale 17.0.1.0.0 Contract from Sale
product_contract 17.0.1.0.0 sbejaoui Recurring - Product Contract
subscription_oca 17.0.1.0.0 Generate recurring invoices.

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%