Skip to content

Commit 0ad9f1d

Browse files
committed
Merge PR OCA#704 into 17.0
Signed-off-by simahawk
2 parents e3d02aa + 2d605f4 commit 0ad9f1d

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

auth_api_key_group/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Credits
5555
Authors
5656
-------
5757

58-
* Camptcamp
58+
* Camptocamp
5959

6060
Contributors
6161
------------

auth_api_key_group/__manifest__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Camptcamp SA
1+
# Copyright 2021 Camptocamp SA
22
# @author: Simone Orsi <simone.orsi@camptocamp.com>
33
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
44

@@ -11,9 +11,10 @@
1111
to limit access to services or records based on groups of keys.
1212
""",
1313
"version": "17.0.1.0.0",
14+
"development_status": "Beta",
1415
"license": "LGPL-3",
1516
"website": "https://github.com/OCA/server-auth",
16-
"author": "Camptcamp,Odoo Community Association (OCA)",
17+
"author": "Camptocamp,Odoo Community Association (OCA)",
1718
"maintainers": ["simahawk"],
1819
"depends": ["auth_api_key"],
1920
"data": [

auth_api_key_group/models/auth_api_key.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Camptcamp SA
1+
# Copyright 2021 Camptocamp SA
22
# @author: Simone Orsi <simone.orsi@camptocamp.com>
33
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
44

auth_api_key_group/models/auth_api_key_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Camptcamp SA
1+
# Copyright 2021 Camptocamp SA
22
# @author: Simone Orsi <simone.orsi@camptocamp.com>
33
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
44

auth_api_key_group/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
400400
<div class="section" id="authors">
401401
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
402402
<ul class="simple">
403-
<li>Camptcamp</li>
403+
<li>Camptocamp</li>
404404
</ul>
405405
</div>
406406
<div class="section" id="contributors">

auth_api_key_group/tests/test_auth_api_key_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Camptcamp SA
1+
# Copyright 2021 Camptocamp SA
22
# @author: Simone Orsi <simone.orsi@camptocamp.com>
33
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
44

0 commit comments

Comments
 (0)