Skip to content

Commit

Permalink
[FIX] migrations requirements to odoo 17
Browse files Browse the repository at this point in the history
  • Loading branch information
elheit committed Oct 29, 2024
1 parent 16e8eea commit 220723b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 27 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ addon | version | maintainers | summary
[auth_user_case_insensitive](auth_user_case_insensitive/) | 17.0.1.0.0 | | Makes the user login field case insensitive
[impersonate_login](impersonate_login/) | 17.0.1.0.2 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | tools
[user_log_view](user_log_view/) | 17.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log

[auth_jwt](auth_jwt/) | 17.0.1.1.0 | [![elheit](https://github.com/elheit.png?size=30px)](https://github.com/elheit) | JWT bearer token authentication.
[auth_jwt_demo](auth_jwt_demo/) | 17.0.1.1.1 | [![elheit](https://github.com/elheit.png?size=30px)](https://github.com/elheit) | Test/demo module for auth_jwt.
[//]: # (end addons)

<!-- prettier-ignore-end -->
Expand Down
16 changes: 8 additions & 8 deletions auth_jwt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Auth JWT
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
:target: https://github.com/OCA/server-auth/tree/16.0/auth_jwt
:target: https://github.com/OCA/server-auth/tree/17.0/auth_jwt
:alt: OCA/server-auth
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_jwt
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_jwt
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -129,7 +129,7 @@ Authors
Contributors
~~~~~~~~~~~~

* Stéphane Bidoul <[email protected]>
* Elheit Mohamed Lamine <[email protected]>

Maintainers
~~~~~~~~~~~
Expand All @@ -144,13 +144,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px
:target: https://github.com/sbidoul
:alt: sbidoul
.. |maintainer-elheit| image:: https://github.com/elheit.png?size=40px
:target: https://github.com/elheit
:alt: elheit

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-sbidoul|
|maintainer-elheit|

This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/16.0/auth_jwt>`_ project on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion auth_jwt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "17.0.1.1.0",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["sbidoul"],
"maintainers": ["elheit"],
"website": "https://github.com/OCA/server-auth",
"depends": [],
"external_dependencies": {"python": ["pyjwt", "cryptography"]},
Expand Down
2 changes: 1 addition & 1 deletion auth_jwt/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Stéphane Bidoul <[email protected]>
* Elheit Mohamed Lamine <[email protected]>
6 changes: 3 additions & 3 deletions auth_jwt/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<ul class="simple">
<li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
<li>Elheit Mohamed Lamine &lt;<a class="reference external" href="mailto:meslamineelheit&#64;gmail.com">meslamineelheit&#64;gmail.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand All @@ -477,8 +477,8 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/sbidoul"><img alt="sbidoul" src="https://github.com/sbidoul.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/16.0/auth_jwt">OCA/server-auth</a> project on GitHub.</p>
<p><a class="reference external image-reference" href="https://github.com/elheit"><img alt="elheit" src="https://github.com/elheit.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/17.0/auth_jwt">OCA/server-auth</a> project on GitHub.</p>
<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>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions auth_jwt_demo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Auth JWT Test
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
:target: https://github.com/OCA/server-auth/tree/16.0/auth_jwt_demo
:target: https://github.com/OCA/server-auth/tree/17.0/auth_jwt_demo
:alt: OCA/server-auth
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_jwt_demo
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_jwt_demo
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -92,7 +92,7 @@ Authors
Contributors
~~~~~~~~~~~~

* Stéphane Bidoul <[email protected]>
* Elheit Mohamed Lamine <[email protected]>

Maintainers
~~~~~~~~~~~
Expand All @@ -107,13 +107,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px
:target: https://github.com/sbidoul
:alt: sbidoul
.. |maintainer-elheit| image:: https://github.com/elheit.png?size=40px
:target: https://github.com/elheit
:alt: elheit

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-sbidoul|
|maintainer-elheit|

This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/16.0/auth_jwt_demo>`_ project on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion auth_jwt_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "17.0.1.1.1",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["sbidoul"],
"maintainers": ["elheit"],
"website": "https://github.com/OCA/server-auth",
"depends": ["auth_jwt"],
"data": [],
Expand Down
2 changes: 1 addition & 1 deletion auth_jwt_demo/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Stéphane Bidoul <[email protected]>
* Elheit Mohamed Lamine <[email protected]>
6 changes: 3 additions & 3 deletions auth_jwt_demo/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
<li>Elheit Mohamed Lamine &lt;<a class="reference external" href="mailto:meslamineelheit&#64;gmail.com">meslamineelheit&#64;gmail.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand All @@ -445,8 +445,8 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/sbidoul"><img alt="sbidoul" src="https://github.com/sbidoul.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/16.0/auth_jwt_demo">OCA/server-auth</a> project on GitHub.</p>
<p><a class="reference external image-reference" href="https://github.com/elheit"><img alt="elheit" src="https://github.com/elheit.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/17.0/auth_jwt_demo">OCA/server-auth</a> project on GitHub.</p>
<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>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# generated from manifests external_dependencies
cryptography
pyjwt
email_validator
lxml
pysaml2
Expand Down

0 comments on commit 220723b

Please sign in to comment.