diff --git a/README.md b/README.md index 8e4732770..c7902d265 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ addon | version | maintainers | summary [data_encryption](data_encryption/) | 12.0.1.0.0 | | Store accounts and credentials encrypted by environment [mail_environment](mail_environment/) | 12.0.1.0.0 | | Configure mail servers with server_environment_files [pos_environment](pos_environment/) | 12.0.1.0.1 | | Custom messages on the bill depending on the environment -[server_environment](server_environment/) | 12.0.2.0.6 | | move some configurations out of the database +[server_environment](server_environment/) | 12.0.2.0.8 | | move some configurations out of the database [server_environment_data_encryption](server_environment_data_encryption/) | 12.0.1.0.0 | | Server Environment Data Encryption [server_environment_files_sample](server_environment_files_sample/) | 12.0.1.0.1 | | sample config file for server_environment [server_environment_ir_config_parameter](server_environment_ir_config_parameter/) | 12.0.1.0.1 | | Override System Parameters from server environment file diff --git a/server_environment/README.rst b/server_environment/README.rst index b352ef83d..0b6505e13 100644 --- a/server_environment/README.rst +++ b/server_environment/README.rst @@ -7,7 +7,7 @@ server configuration environment files !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c13596818d507d2e2789073a657e5aed8168df52a3bb2b2b578853759dc080d4 + !! source digest: sha256:b0eeffda2fedc78dd468cc25a5ce511e93822623fd673e879e176667e575e790 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/server_environment/__manifest__.py b/server_environment/__manifest__.py index 18c19561f..a4dba585d 100644 --- a/server_environment/__manifest__.py +++ b/server_environment/__manifest__.py @@ -4,7 +4,7 @@ { "name": "server configuration environment files", - "version": "12.0.2.0.7", + "version": "12.0.2.0.8", "depends": [ "base", "base_sparse_field", diff --git a/server_environment/static/description/index.html b/server_environment/static/description/index.html index 1f03b9a3f..9f6c2472a 100644 --- a/server_environment/static/description/index.html +++ b/server_environment/static/description/index.html @@ -366,7 +366,7 @@

server configuration environment files

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c13596818d507d2e2789073a657e5aed8168df52a3bb2b2b578853759dc080d4 +!! source digest: sha256:b0eeffda2fedc78dd468cc25a5ce511e93822623fd673e879e176667e575e790 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable OCA/server-env Translate me on Weblate Try me on Runboat

This module provides a way to define an environment in the main Odoo