From a16ba1612d8d437df652142d179b1984ab446db9 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 21 Aug 2019 09:30:55 +0200 Subject: [PATCH] [FIX] base_partner_sequence: Fix development status --- base_partner_sequence/README.rst | 13 ++++++++----- base_partner_sequence/__manifest__.py | 2 +- base_partner_sequence/static/description/index.html | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/base_partner_sequence/README.rst b/base_partner_sequence/README.rst index 64b6c1ab5..b36e30e88 100644 --- a/base_partner_sequence/README.rst +++ b/base_partner_sequence/README.rst @@ -7,20 +7,23 @@ Add a sequence on customers' code !! 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%2Fpartner--contact-lightgray.png?logo=github +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github :target: https://github.com/OCA/partner-contact/tree/12.0/base_partner_sequence :alt: OCA/partner-contact -.. |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/partner-contact-12-0/partner-contact-12-0-base_partner_sequence :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/134/12.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds the possibility to define a sequence for the partner's reference. This reference is then set as default diff --git a/base_partner_sequence/__manifest__.py b/base_partner_sequence/__manifest__.py index 253116190..a557d9f61 100644 --- a/base_partner_sequence/__manifest__.py +++ b/base_partner_sequence/__manifest__.py @@ -13,7 +13,7 @@ ), "name": "Add a sequence on customers' code", "version": "12.0.1.0.0", - "development_status": "Stable", + "development_status": "Production/Stable", "category": "Generic Modules/Base", "website": "https://github.com/OCA/partner-contact", "depends": [ diff --git a/base_partner_sequence/static/description/index.html b/base_partner_sequence/static/description/index.html index c5b446598..a0bfdd8b7 100644 --- a/base_partner_sequence/static/description/index.html +++ b/base_partner_sequence/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/partner-contact Translate me on Weblate Try me on Runbot

+

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

This module adds the possibility to define a sequence for the partner’s reference. This reference is then set as default when you create a new partner, using the defined sequence.