From 97c4c5b82993635742691e0a373179cabbafe640 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 2 Dec 2021 12:04:38 +0100 Subject: [PATCH] 15.0 server_environment is Production/Stable server_environment is a dependency of other modules which are in this status and now that we are checking this, we need to declare the maturity explicitly --- server_environment/README.rst | 4 ++-- server_environment/__manifest__.py | 3 ++- server_environment/static/description/index.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/server_environment/README.rst b/server_environment/README.rst index 20c5f7c..7d2d982 100644 --- a/server_environment/README.rst +++ b/server_environment/README.rst @@ -7,9 +7,9 @@ server configuration environment files !! 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-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/server_environment/__manifest__.py b/server_environment/__manifest__.py index 5d92d47..03b89f8 100644 --- a/server_environment/__manifest__.py +++ b/server_environment/__manifest__.py @@ -4,12 +4,13 @@ { "name": "server configuration environment files", - "version": "15.0.1.0.1", + "version": "15.0.1.1.0", "depends": ["base", "base_sparse_field"], "author": "Camptocamp,Odoo Community Association (OCA)", "summary": "move some configurations out of the database", "website": "https://github.com/OCA/server-env", "license": "LGPL-3", + "development_status": "Production/Stable", "category": "Tools", "data": [ "security/ir.model.access.csv", diff --git a/server_environment/static/description/index.html b/server_environment/static/description/index.html index 4123f3f..24e47d2 100644 --- a/server_environment/static/description/index.html +++ b/server_environment/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: LGPL-3 OCA/server-env Translate me on Weblate Try me on Runbot

+

Production/Stable License: LGPL-3 OCA/server-env Translate me on Weblate Try me on Runbot

This module provides a way to define an environment in the main Odoo configuration file and to read some configurations from files depending on the configured environment: you define the environment in