diff --git a/README.md b/README.md index 2032a5083..79f9a40c0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ addon | version | maintainers | summary [contract_update_last_date_invoiced](contract_update_last_date_invoiced/) | 14.0.1.0.0 | | This module allows to update the last date invoiced if invoices are deleted. [contract_variable_qty_prorated](contract_variable_qty_prorated/) | 14.0.1.0.0 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This module adds a formula to compute prorated quantity to invoice as extension of the module contract_variable_quantity [contract_variable_quantity](contract_variable_quantity/) | 14.0.1.0.0 | | Variable quantity in contract recurrent invoicing -[product_contract](product_contract/) | 14.0.1.1.0 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Recurring - Product Contract +[product_contract](product_contract/) | 14.0.1.2.0 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Recurring - Product Contract [//]: # (end addons) diff --git a/product_contract/README.rst b/product_contract/README.rst index e81386572..273d15df1 100644 --- a/product_contract/README.rst +++ b/product_contract/README.rst @@ -7,7 +7,7 @@ Recurring - Product Contract !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b1e030e5c9482a6a07df074f3f38f28180c167d11183b26e7d28969a026f5a90 + !! source digest: sha256:b9ad4e385ae24bcfede240d160bf90582790e83d333d8246b1367a0317bb000f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_contract/__manifest__.py b/product_contract/__manifest__.py index 14a959fac..e54b26838 100644 --- a/product_contract/__manifest__.py +++ b/product_contract/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Recurring - Product Contract", - "version": "14.0.1.1.0", + "version": "14.0.1.2.0", "category": "Contract Management", "license": "AGPL-3", "author": "LasLabs, " "ACSONE SA/NV, " "Odoo Community Association (OCA)", diff --git a/product_contract/static/description/index.html b/product_contract/static/description/index.html index 239942c28..02556015b 100644 --- a/product_contract/static/description/index.html +++ b/product_contract/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b1e030e5c9482a6a07df074f3f38f28180c167d11183b26e7d28969a026f5a90 +!! source digest: sha256:b9ad4e385ae24bcfede240d160bf90582790e83d333d8246b1367a0317bb000f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

This module adds support for products to be linked to contract templates.