From 8933e77b09c414afb23a47c8724047cd0784860c Mon Sep 17 00:00:00 2001 From: hparfr Date: Mon, 16 Dec 2024 19:02:58 +0100 Subject: [PATCH] [MIG] auth_oidc_environment: Migration to 18.0 --- auth_oidc_environment/README.rst | 1 + auth_oidc_environment/__manifest__.py | 2 +- auth_oidc_environment/readme/CONTRIBUTORS.md | 1 + auth_oidc_environment/static/description/index.html | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/auth_oidc_environment/README.rst b/auth_oidc_environment/README.rst index 852a4c2ae5..fb3a8a86db 100644 --- a/auth_oidc_environment/README.rst +++ b/auth_oidc_environment/README.rst @@ -82,6 +82,7 @@ Contributors ------------ - Adrien PEIFFER (ACSONE SA/NV) +- Raphaël Reverdy (Akretion) Maintainers ----------- diff --git a/auth_oidc_environment/__manifest__.py b/auth_oidc_environment/__manifest__.py index f9a40bab29..57b7f551a1 100644 --- a/auth_oidc_environment/__manifest__.py +++ b/auth_oidc_environment/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth Oidc Environment", "summary": """ This module allows to use server env for OIDC configuration""", - "version": "16.0.1.0.0", + "version": "18.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth", diff --git a/auth_oidc_environment/readme/CONTRIBUTORS.md b/auth_oidc_environment/readme/CONTRIBUTORS.md index 8eb2ae4a80..89e6a5f75c 100644 --- a/auth_oidc_environment/readme/CONTRIBUTORS.md +++ b/auth_oidc_environment/readme/CONTRIBUTORS.md @@ -1 +1,2 @@ - Adrien PEIFFER \<\> (ACSONE SA/NV) +- Raphaël Reverdy \<\> (Akretion) diff --git a/auth_oidc_environment/static/description/index.html b/auth_oidc_environment/static/description/index.html index 08cf0a63e2..fba4c280d0 100644 --- a/auth_oidc_environment/static/description/index.html +++ b/auth_oidc_environment/static/description/index.html @@ -422,6 +422,7 @@

Authors

Contributors