Skip to content

Commit 0f4ca25

Browse files
committed
[MIG] auth_api_key_group: Migration to 19.0
1 parent 5548ab6 commit 0f4ca25

4 files changed

Lines changed: 33 additions & 27 deletions

File tree

auth_api_key_group/README.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==================
26
Auth API key group
37
==================
@@ -13,17 +17,17 @@ Auth API key group
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
20-
:target: https://github.com/OCA/server-auth/tree/18.0/auth_api_key_group
24+
:target: https://github.com/OCA/server-auth/tree/19.0/auth_api_key_group
2125
:alt: OCA/server-auth
2226
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_api_key_group
27+
:target: https://translation.odoo-community.org/projects/server-auth-19-0/server-auth-19-0-auth_api_key_group
2428
:alt: Translate me on Weblate
2529
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=18.0
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=19.0
2731
:alt: Try me on Runboat
2832

2933
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -48,7 +52,7 @@ Bug Tracker
4852
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues>`_.
4953
In case of trouble, please check there if your issue has already been reported.
5054
If you spotted it first, help us to smash it by providing a detailed and welcomed
51-
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key_group%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
55+
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key_group%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5256

5357
Do not contact contributors directly about support or help with technical issues.
5458

@@ -63,15 +67,14 @@ Authors
6367
Contributors
6468
------------
6569

66-
- Simone Orsi <simone.orsi@camptocamp.com>
67-
- Son Ho sonhd@trobz.com
68-
- Thien Vo Hong <thienvh@trobz.com>
70+
- Simone Orsi <simone.orsi@camptocamp.com>
71+
- Son Ho sonhd@trobz.com
72+
- Thien Vo Hong <thienvh@trobz.com>
6973

7074
Other credits
7175
-------------
7276

73-
The migration of this module from 16.0 to 17.0 was financially supported
74-
by Camptocamp
77+
7578

7679
Maintainers
7780
-----------
@@ -94,6 +97,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
9497

9598
|maintainer-simahawk|
9699

97-
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/18.0/auth_api_key_group>`_ project on GitHub.
100+
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/19.0/auth_api_key_group>`_ project on GitHub.
98101

99102
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

auth_api_key_group/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Grouping per se does nothing. This feature is supposed to be used by other modules
1111
to limit access to services or records based on groups of keys.
1212
""",
13-
"version": "18.0.1.0.0",
13+
"version": "19.0.1.0.0",
1414
"development_status": "Beta",
1515
"license": "LGPL-3",
1616
"website": "https://github.com/OCA/server-auth",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
The migration of this module from 16.0 to 17.0 was financially supported by Camptocamp

auth_api_key_group/static/description/index.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Auth API key group</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="auth-api-key-group">
364-
<h1 class="title">Auth API key group</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="auth-api-key-group">
370+
<h1>Auth API key group</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370375
!! source digest: sha256:0c31510542f8db0a00b4350e1c264507309a97ecdfbf7b53e0e0bfb6572f0782
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/18.0/auth_api_key_group"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_api_key_group"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/19.0/auth_api_key_group"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-19-0/server-auth-19-0-auth_api_key_group"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>Allow grouping API keys together.</p>
374379
<p>Grouping per se does nothing. This feature is supposed to be used by
375380
other modules to limit access to services or records based on groups of
@@ -390,36 +395,34 @@ <h1 class="title">Auth API key group</h1>
390395
</ul>
391396
</div>
392397
<div class="section" id="bug-tracker">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
394399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
395400
In case of trouble, please check there if your issue has already been reported.
396401
If you spotted it first, help us to smash it by providing a detailed and welcomed
397-
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key_group%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
402+
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key_group%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398403
<p>Do not contact contributors directly about support or help with technical issues.</p>
399404
</div>
400405
<div class="section" id="credits">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
402407
<div class="section" id="authors">
403-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
408+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
404409
<ul class="simple">
405410
<li>Camptocamp</li>
406411
</ul>
407412
</div>
408413
<div class="section" id="contributors">
409-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
410415
<ul class="simple">
411416
<li>Simone Orsi &lt;<a class="reference external" href="mailto:simone.orsi&#64;camptocamp.com">simone.orsi&#64;camptocamp.com</a>&gt;</li>
412417
<li>Son Ho <a class="reference external" href="mailto:sonhd&#64;trobz.com">sonhd&#64;trobz.com</a></li>
413418
<li>Thien Vo Hong &lt;<a class="reference external" href="mailto:thienvh&#64;trobz.com">thienvh&#64;trobz.com</a>&gt;</li>
414419
</ul>
415420
</div>
416421
<div class="section" id="other-credits">
417-
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
418-
<p>The migration of this module from 16.0 to 17.0 was financially supported
419-
by Camptocamp</p>
422+
<h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
420423
</div>
421424
<div class="section" id="maintainers">
422-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
425+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
423426
<p>This module is maintained by the OCA.</p>
424427
<a class="reference external image-reference" href="https://odoo-community.org">
425428
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -429,10 +432,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
429432
promote its widespread use.</p>
430433
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
431434
<p><a class="reference external image-reference" href="https://github.com/simahawk"><img alt="simahawk" src="https://github.com/simahawk.png?size=40px" /></a></p>
432-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/18.0/auth_api_key_group">OCA/server-auth</a> project on GitHub.</p>
435+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/19.0/auth_api_key_group">OCA/server-auth</a> project on GitHub.</p>
433436
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
434437
</div>
435438
</div>
436439
</div>
440+
</div>
437441
</body>
438442
</html>

0 commit comments

Comments
 (0)