Skip to content

Commit eba5aca

Browse files
committed
[DONOTMERGE] test-requirements.txt: auth_partner dependency
1 parent 5335dcf commit eba5aca

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

fastapi_auth_partner/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
135135
mission is to support the collaborative development of Odoo features and
136136
promote its widespread use.
137137

138+
.. |maintainer-paradoxxxzero| image:: https://github.com/paradoxxxzero.png?size=40px
139+
:target: https://github.com/paradoxxxzero
140+
:alt: paradoxxxzero
141+
142+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
143+
144+
|maintainer-paradoxxxzero|
145+
138146
This module is part of the `OCA/rest-framework <https://github.com/OCA/rest-framework/tree/18.0/fastapi_auth_partner>`_ project on GitHub.
139147

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

fastapi_auth_partner/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"demo": [
2828
"demo/fastapi_endpoint_demo.xml",
2929
],
30+
"maintainers": ["paradoxxxzero"],
3031
"external_dependencies": {
3132
"python": ["itsdangerous"],
3233
},

fastapi_auth_partner/static/description/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
472472
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
473473
mission is to support the collaborative development of Odoo features and
474474
promote its widespread use.</p>
475+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
476+
<p><a class="reference external image-reference" href="https://github.com/paradoxxxzero"><img alt="paradoxxxzero" src="https://github.com/paradoxxxzero.png?size=40px" /></a></p>
475477
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/rest-framework/tree/18.0/fastapi_auth_partner">OCA/rest-framework</a> project on GitHub.</p>
476478
<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>
477479
</div>

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
odoo-addon-auth-partner @ git+https://github.com/OCA/rest-framework.git@refs/pull/580/head#subdirectory=auth_partner
2+
odoo-addon-extendable-fastapi @ git+https://github.com/OCA/rest-framework.git@refs/pull/540/head#subdirectory=extendable_fastapi
13
odoo_test_helper
24
httpx

0 commit comments

Comments
 (0)