From fecda7c1e3cf3153708fba2be2ec626b85bdd32d Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Fri, 21 Jan 2022 11:41:19 +0100 Subject: [PATCH 1/2] auth_api_key_group: dev status -> Beta --- auth_api_key_group/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_api_key_group/__manifest__.py b/auth_api_key_group/__manifest__.py index bd3f4e82db..2e328fe854 100644 --- a/auth_api_key_group/__manifest__.py +++ b/auth_api_key_group/__manifest__.py @@ -11,6 +11,7 @@ to limit access to services or records based on groups of keys. """, "version": "17.0.1.0.0", + "development_status": "Beta", "license": "LGPL-3", "website": "https://github.com/OCA/server-auth", "author": "Camptcamp,Odoo Community Association (OCA)", From 2d605f471cf7ef19ade07566336bac23d32ed1c7 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Fri, 14 Jan 2022 07:28:34 +0100 Subject: [PATCH 2/2] auth_api_key_group: fix author name --- auth_api_key_group/README.rst | 2 +- auth_api_key_group/__manifest__.py | 4 ++-- auth_api_key_group/models/auth_api_key.py | 2 +- auth_api_key_group/models/auth_api_key_group.py | 2 +- auth_api_key_group/static/description/index.html | 2 +- auth_api_key_group/tests/test_auth_api_key_group.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/auth_api_key_group/README.rst b/auth_api_key_group/README.rst index 52ecabd066..690721b41e 100644 --- a/auth_api_key_group/README.rst +++ b/auth_api_key_group/README.rst @@ -55,7 +55,7 @@ Credits Authors ------- -* Camptcamp +* Camptocamp Contributors ------------ diff --git a/auth_api_key_group/__manifest__.py b/auth_api_key_group/__manifest__.py index 2e328fe854..59560b965f 100644 --- a/auth_api_key_group/__manifest__.py +++ b/auth_api_key_group/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptcamp SA +# Copyright 2021 Camptocamp SA # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). @@ -14,7 +14,7 @@ "development_status": "Beta", "license": "LGPL-3", "website": "https://github.com/OCA/server-auth", - "author": "Camptcamp,Odoo Community Association (OCA)", + "author": "Camptocamp,Odoo Community Association (OCA)", "maintainers": ["simahawk"], "depends": ["auth_api_key"], "data": [ diff --git a/auth_api_key_group/models/auth_api_key.py b/auth_api_key_group/models/auth_api_key.py index 5743900ce0..46ff9ae907 100644 --- a/auth_api_key_group/models/auth_api_key.py +++ b/auth_api_key_group/models/auth_api_key.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptcamp SA +# Copyright 2021 Camptocamp SA # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/auth_api_key_group/models/auth_api_key_group.py b/auth_api_key_group/models/auth_api_key_group.py index 28f34f5e85..1887287a9b 100644 --- a/auth_api_key_group/models/auth_api_key_group.py +++ b/auth_api_key_group/models/auth_api_key_group.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptcamp SA +# Copyright 2021 Camptocamp SA # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/auth_api_key_group/static/description/index.html b/auth_api_key_group/static/description/index.html index 006a7a198c..bb14cb3f09 100644 --- a/auth_api_key_group/static/description/index.html +++ b/auth_api_key_group/static/description/index.html @@ -400,7 +400,7 @@

Credits

Authors

    -
  • Camptcamp
  • +
  • Camptocamp
diff --git a/auth_api_key_group/tests/test_auth_api_key_group.py b/auth_api_key_group/tests/test_auth_api_key_group.py index 75581bbf16..846bc9750b 100644 --- a/auth_api_key_group/tests/test_auth_api_key_group.py +++ b/auth_api_key_group/tests/test_auth_api_key_group.py @@ -1,4 +1,4 @@ -# Copyright 2021 Camptcamp SA +# Copyright 2021 Camptocamp SA # @author: Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).