From 56b5a3ba38c5b3edfeb7b07a9a251af8f54e8f14 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Fri, 13 Nov 2020 17:40:00 +0100 Subject: [PATCH] [FIX] - fix development_status --- contract_price_revision/README.rst | 13 ++++++++----- contract_price_revision/__manifest__.py | 4 ++-- .../static/description/index.html | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/contract_price_revision/README.rst b/contract_price_revision/README.rst index 477c07823..fc60b633f 100644 --- a/contract_price_revision/README.rst +++ b/contract_price_revision/README.rst @@ -7,20 +7,23 @@ Contract Price Revision !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png + :target: https://odoo-community.org/page/development-status + :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 -.. |badge2| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github :target: https://github.com/OCA/contract/tree/12.0/contract_price_revision :alt: OCA/contract -.. |badge3| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_price_revision :alt: Translate me on Weblate -.. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png :target: https://runbot.odoo-community.org/runbot/110/12.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows to create revisions of contract line prices. diff --git a/contract_price_revision/__manifest__.py b/contract_price_revision/__manifest__.py index 05b6d8368..68e3cd870 100644 --- a/contract_price_revision/__manifest__.py +++ b/contract_price_revision/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Contract Price Revision', 'summary': 'Easy revision of contract prices', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'category': 'Contract', 'author': 'Tecnativa, ' 'Odoo Community Association (OCA)', @@ -19,6 +19,6 @@ 'wizards/contract_price_revision_views.xml', ], 'installable': True, - 'development_status': 'Stable', + 'development_status': 'Production/Stable', 'maintainers': ['carlosdauden'], } diff --git a/contract_price_revision/static/description/index.html b/contract_price_revision/static/description/index.html index 4a29818d7..c6507a431 100644 --- a/contract_price_revision/static/description/index.html +++ b/contract_price_revision/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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 allows to create revisions of contract line prices.

Table of contents