diff --git a/contract/README.rst b/contract/README.rst index 9d47cd057..f0ac2e843 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -7,9 +7,9 @@ Recurring - Contracts Management !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 5a9291a33..b1f70d460 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -11,12 +11,13 @@ { "name": "Recurring - Contracts Management", - "version": "15.0.1.0.1", + "version": "15.0.1.0.2", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "depends": ["base", "account", "product", "portal"], + "development_status": "Production/Stable", "external_dependencies": {"python": ["dateutil"]}, "data": [ "security/groups.xml", diff --git a/contract/static/description/index.html b/contract/static/description/index.html index 1e18bc8db..d7282be50 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. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

Production/Stable License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runbot

This module enables contracts management with recurring invoicing functions. Also you can print and send by email contract report.

It works for customer contract and supplier contracts.