From 20c085ed220f4c52fd1d6c3ceb1be3f8433e999c Mon Sep 17 00:00:00 2001 From: thien Date: Tue, 8 Oct 2024 18:04:08 +0700 Subject: [PATCH] [MIG] auth_api_key_server_env: Migration to 18.0 --- auth_api_key_server_env/README.rst | 7 +++++++ auth_api_key_server_env/__manifest__.py | 2 +- auth_api_key_server_env/readme/CONTRIBUTORS.md | 1 + auth_api_key_server_env/readme/CREDITS.md | 1 + auth_api_key_server_env/static/description/index.html | 11 +++++++++-- 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 auth_api_key_server_env/readme/CREDITS.md diff --git a/auth_api_key_server_env/README.rst b/auth_api_key_server_env/README.rst index 94be2fbddb..11e0b47803 100644 --- a/auth_api_key_server_env/README.rst +++ b/auth_api_key_server_env/README.rst @@ -68,6 +68,13 @@ Contributors - Simone Orsi - Florian da Costa +- Thien Vo Hong + +Other credits +------------- + +The migration of this module from 17.0 to 18.0 was financially supported +by Camptocamp. Maintainers ----------- diff --git a/auth_api_key_server_env/__manifest__.py b/auth_api_key_server_env/__manifest__.py index cf080919bb..c81ff89a49 100644 --- a/auth_api_key_server_env/__manifest__.py +++ b/auth_api_key_server_env/__manifest__.py @@ -11,7 +11,7 @@ environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: """, - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "development_status": "Production/Stable", "license": "LGPL-3", "website": "https://github.com/OCA/server-auth", diff --git a/auth_api_key_server_env/readme/CONTRIBUTORS.md b/auth_api_key_server_env/readme/CONTRIBUTORS.md index ce82e0f8d5..28d0ec9385 100644 --- a/auth_api_key_server_env/readme/CONTRIBUTORS.md +++ b/auth_api_key_server_env/readme/CONTRIBUTORS.md @@ -1,2 +1,3 @@ - Simone Orsi \<\> - Florian da Costa \<\> +- Thien Vo Hong \<\> diff --git a/auth_api_key_server_env/readme/CREDITS.md b/auth_api_key_server_env/readme/CREDITS.md new file mode 100644 index 0000000000..83b3ec91f7 --- /dev/null +++ b/auth_api_key_server_env/readme/CREDITS.md @@ -0,0 +1 @@ +The migration of this module from 17.0 to 18.0 was financially supported by Camptocamp. diff --git a/auth_api_key_server_env/static/description/index.html b/auth_api_key_server_env/static/description/index.html index 4d27a906cf..a27a17f60a 100644 --- a/auth_api_key_server_env/static/description/index.html +++ b/auth_api_key_server_env/static/description/index.html @@ -386,7 +386,8 @@

Auth API key server environment

  • Credits
  • @@ -412,10 +413,16 @@

    Contributors

    +
    +

    Other credits

    +

    The migration of this module from 17.0 to 18.0 was financially supported +by Camptocamp.

    +
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association