diff --git a/README.md b/README.md index 7008abce1..2be0ce79c 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,19 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[agreement](agreement/) | 14.0.1.1.0 | [](https://github.com/ygol) [](https://github.com/alexis-via) | Adds an agreement object +[agreement](agreement/) | 14.0.1.1.1 | [](https://github.com/ygol) [](https://github.com/alexis-via) | Adds an agreement object [agreement_account](agreement_account/) | 14.0.1.0.0 | [](https://github.com/alexis-via) [](https://github.com/bealdav) | Agreement on invoices -[agreement_legal](agreement_legal/) | 14.0.2.4.2 | [](https://github.com/max3903) [](https://github.com/ygol) | Manage Agreements, LOI and Contracts +[agreement_legal](agreement_legal/) | 14.0.2.4.3 | [](https://github.com/max3903) [](https://github.com/ygol) | Manage Agreements, LOI and Contracts [agreement_legal_sale](agreement_legal_sale/) | 14.0.1.0.1 | [](https://github.com/osi-scampbell) [](https://github.com/max3903) | Create an agreement when the sale order is confirmed [agreement_maintenance](agreement_maintenance/) | 14.0.1.2.0 | [](https://github.com/max3903) | Manage maintenance agreements and contracts [agreement_mrp](agreement_mrp/) | 14.0.1.0.0 | [](https://github.com/smangukiya) [](https://github.com/max3903) | Link manufacturing orders to an agreement [agreement_project](agreement_project/) | 14.0.1.0.0 | [](https://github.com/smangukiya) [](https://github.com/ygol) [](https://github.com/max3903) | Link projects to an agreement [agreement_repair](agreement_repair/) | 14.0.1.0.0 | [](https://github.com/smangukiya) [](https://github.com/max3903) | Link repair orders to an agreement [agreement_sale](agreement_sale/) | 14.0.1.0.0 | [](https://github.com/alexis-via) [](https://github.com/bealdav) | Agreement on sales -[agreement_serviceprofile](agreement_serviceprofile/) | 14.0.1.1.0 | [](https://github.com/max3903) | Adds an Agreement Service Profile object +[agreement_serviceprofile](agreement_serviceprofile/) | 14.0.1.1.1 | [](https://github.com/max3903) | Adds an Agreement Service Profile object [agreement_stock](agreement_stock/) | 14.0.1.0.1 | [](https://github.com/smangukiya) [](https://github.com/max3903) | Link picking to an agreement [agreement_tier_validation](agreement_tier_validation/) | 14.0.1.0.1 | | Extends the functionality of Agreement to support a tier validation process. -[contract](contract/) | 14.0.2.12.0 | | Recurring - Contracts Management +[contract](contract/) | 14.0.2.12.1 | | Recurring - Contracts Management [contract_delivery_zone](contract_delivery_zone/) | 14.0.1.0.0 | | Allows to remind the delivery zone defined on the partner on contract level. [contract_invoice_start_end_dates](contract_invoice_start_end_dates/) | 14.0.1.0.0 | [](https://github.com/florian-dacosta) | Contract Invoice Start End Dates [contract_mandate](contract_mandate/) | 14.0.1.0.1 | | Mandate in contracts and their invoices @@ -47,7 +47,7 @@ addon | version | maintainers | summary [contract_variable_qty_prorated](contract_variable_qty_prorated/) | 14.0.1.0.0 | [](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.2.0 | [](https://github.com/sbejaoui) | Recurring - Product Contract -[subscription_oca](subscription_oca/) | 14.0.1.0.0 | [](https://github.com/ilyasProgrammer) | Generate recurring invoices. +[subscription_oca](subscription_oca/) | 14.0.1.0.1 | [](https://github.com/ilyasProgrammer) | Generate recurring invoices. [//]: # (end addons) diff --git a/agreement/README.rst b/agreement/README.rst index 29d16c6a8..bc8576974 100644 --- a/agreement/README.rst +++ b/agreement/README.rst @@ -7,7 +7,7 @@ Agreement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cb1e80ed444c385758e97097bb2b1b32a95b014a43933e0baa0f8968b7630096 + !! source digest: sha256:3c462e49dabe89df20a810718f599ef3041a7416346d51b43f49efe0f259ce18 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index 3588f9bd6..22bf35e16 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Agreement", "summary": "Adds an agreement object", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "category": "Contract", "author": "Akretion, " "Yves Goldberg (Ygol Internetwork), " diff --git a/agreement/static/description/index.html b/agreement/static/description/index.html index 389e9846b..9f1791d15 100644 --- a/agreement/static/description/index.html +++ b/agreement/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:cb1e80ed444c385758e97097bb2b1b32a95b014a43933e0baa0f8968b7630096 +!! source digest: sha256:3c462e49dabe89df20a810718f599ef3041a7416346d51b43f49efe0f259ce18 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds an Agreement object with the following properties:
diff --git a/agreement_legal/README.rst b/agreement_legal/README.rst index dbb1a43d0..b66e51739 100644 --- a/agreement_legal/README.rst +++ b/agreement_legal/README.rst @@ -7,7 +7,7 @@ Agreements Legal !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2d0b77fd1f4c371976a44625fd1361461765cd1cd17ebe96de1f068a2cfeee34 + !! source digest: sha256:c5822a6ecf962c9a643ec7f789896ea89082d9564d44e33582285cec3870d585 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/agreement_legal/__manifest__.py b/agreement_legal/__manifest__.py index a7ecbc1b1..48afb33bf 100644 --- a/agreement_legal/__manifest__.py +++ b/agreement_legal/__manifest__.py @@ -11,7 +11,7 @@ "website": "https://github.com/OCA/contract", "category": "Partner", "license": "AGPL-3", - "version": "14.0.2.4.2", + "version": "14.0.2.4.3", "depends": ["contacts", "agreement", "product"], "data": [ "data/cron.xml", diff --git a/agreement_legal/static/description/index.html b/agreement_legal/static/description/index.html index 4e1a5c3e1..863c43adc 100644 --- a/agreement_legal/static/description/index.html +++ b/agreement_legal/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:2d0b77fd1f4c371976a44625fd1361461765cd1cd17ebe96de1f068a2cfeee34 +!! source digest: sha256:c5822a6ecf962c9a643ec7f789896ea89082d9564d44e33582285cec3870d585 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows you to manage agreements, letter of intent and contract content. diff --git a/agreement_serviceprofile/README.rst b/agreement_serviceprofile/README.rst index 7673af980..dc7568a48 100644 --- a/agreement_serviceprofile/README.rst +++ b/agreement_serviceprofile/README.rst @@ -7,7 +7,7 @@ Agreement Service Profile !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7725f550bedfb6d4ccd80cfcb42975a3b045d46ae48ef33fa74e66a25831d06d + !! source digest: sha256:097e5a413e793ba3dab9a155cf77620a585f80eab38fcc3a06560bca83c3c5b9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/agreement_serviceprofile/__manifest__.py b/agreement_serviceprofile/__manifest__.py index 1a42109be..f29d6d607 100644 --- a/agreement_serviceprofile/__manifest__.py +++ b/agreement_serviceprofile/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Agreement Service Profile", "summary": "Adds an Agreement Service Profile object", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "category": "Contract", "author": "Pavlov Media, " "Open Source Integrators, " diff --git a/agreement_serviceprofile/static/description/index.html b/agreement_serviceprofile/static/description/index.html index 2148807d2..ec68ed7f5 100644 --- a/agreement_serviceprofile/static/description/index.html +++ b/agreement_serviceprofile/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:7725f550bedfb6d4ccd80cfcb42975a3b045d46ae48ef33fa74e66a25831d06d +!! source digest: sha256:097e5a413e793ba3dab9a155cf77620a585f80eab38fcc3a06560bca83c3c5b9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds an Agreement Service Profile object with the following properties:
diff --git a/contract/README.rst b/contract/README.rst index 6621d57b3..50a302984 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -7,7 +7,7 @@ Recurring - Contracts Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d9e87aac0295291d8dc286b1ff3e5b548201e938f30d0dfb7433859de467fdad + !! source digest: sha256:6881203f9779e314f47b074617060618d2d93c4992863ca37e0eb655f2b59a03 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 2981e44e5..37c55ec30 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -11,7 +11,7 @@ { "name": "Recurring - Contracts Management", - "version": "14.0.2.12.0", + "version": "14.0.2.12.1", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)", diff --git a/contract/static/description/index.html b/contract/static/description/index.html index 9e9c0bc04..ad354b6bc 100644 --- a/contract/static/description/index.html +++ b/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:d9e87aac0295291d8dc286b1ff3e5b548201e938f30d0dfb7433859de467fdad +!! source digest: sha256:6881203f9779e314f47b074617060618d2d93c4992863ca37e0eb655f2b59a03 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module enables contracts management with recurring diff --git a/subscription_oca/README.rst b/subscription_oca/README.rst index 11f91a0fa..9e4d4f530 100644 --- a/subscription_oca/README.rst +++ b/subscription_oca/README.rst @@ -7,7 +7,7 @@ Subscription management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:277c6b8b9ea60ef66cec4e648d130ada8a0c50391e980e0a6d2345c35b8cf899 + !! source digest: sha256:58d297222595e812b2a73795f8c0ca73ff2e8769d47ba15804a7c5cb4ae09e99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/subscription_oca/__manifest__.py b/subscription_oca/__manifest__.py index a194d10b2..fdb8f0f40 100644 --- a/subscription_oca/__manifest__.py +++ b/subscription_oca/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Subscription management", "summary": "Generate recurring invoices.", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "development_status": "Beta", "category": "Subscription Management", "website": "https://github.com/OCA/contract", diff --git a/subscription_oca/static/description/index.html b/subscription_oca/static/description/index.html index 2767963d5..44a7590f7 100644 --- a/subscription_oca/static/description/index.html +++ b/subscription_oca/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:277c6b8b9ea60ef66cec4e648d130ada8a0c50391e980e0a6d2345c35b8cf899 +!! source digest: sha256:58d297222595e812b2a73795f8c0ca73ff2e8769d47ba15804a7c5cb4ae09e99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows creating subscriptions that generate recurring invoices or orders. It also enables the sale of products that generate subscriptions.