Skip to content

Commit cf01890

Browse files
committed
[BOT] post-merge updates
1 parent beb773a commit cf01890

File tree

4 files changed

+28
-16
lines changed

4 files changed

+28
-16
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[base_rest_auth_api_key](base_rest_auth_api_key/) | 18.0.1.1.0 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Base Rest: Add support for the auth_api_key security policy into the openapi documentation
2626
[base_rest_pydantic](base_rest_pydantic/) | 18.0.1.0.2 | | Pydantic binding for base_rest
2727
[extendable](extendable/) | 18.0.1.0.2 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Extendable classes registry loader for Odoo
28+
[extendable_fastapi](extendable_fastapi/) | 18.0.1.0.0 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Allows the use of extendable into fastapi apps
2829
[fastapi](fastapi/) | 18.0.1.3.2 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Odoo FastAPI endpoint
2930
[fastapi_auth_api_key](fastapi_auth_api_key/) | 18.0.1.0.0 | <a href='https://github.com/mmequignon'><img src='https://github.com/mmequignon.png' width='32' height='32' style='border-radius:50%;' alt='mmequignon'/></a> | Fastapi Auth API Key
3031
[fastapi_auth_jwt](fastapi_auth_jwt/) | 18.0.1.0.0 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | JWT bearer token authentication for FastAPI.

extendable_fastapi/README.rst

Lines changed: 6 additions & 2 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
Extendable Fastapi
37
==================
@@ -7,13 +11,13 @@ Extendable Fastapi
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:4e4f5d96294f860ce7f0c4e023431f8ed9ca011c318b5ba4a3cfcd15c31eac1a
14+
!! source digest: sha256:d89083dab454e7d4ee7e6ae37b0dc0290295bc8ecaaa1804706eec8e12d95108
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
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%2Frest--framework-lightgray.png?logo=github

extendable_fastapi/static/description/index.html

Lines changed: 19 additions & 13 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>Extendable Fastapi</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="extendable-fastapi">
364-
<h1 class="title">Extendable Fastapi</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="extendable-fastapi">
370+
<h1>Extendable Fastapi</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:4e4f5d96294f860ce7f0c4e023431f8ed9ca011c318b5ba4a3cfcd15c31eac1a
375+
!! source digest: sha256:d89083dab454e7d4ee7e6ae37b0dc0290295bc8ecaaa1804706eec8e12d95108
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/rest-framework/tree/18.0/extendable_fastapi"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-extendable_fastapi"><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/rest-framework&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/rest-framework/tree/18.0/extendable_fastapi"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-extendable_fastapi"><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/rest-framework&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This addon is a technical addon used to allows the use of
374379
<a class="reference external" href="https://pypi.org/project/extendable/">extendable</a> classes in the
375380
implementation of your fastapi endpoint handlers. It also allows you to
@@ -394,9 +399,9 @@ <h1 class="title">Extendable Fastapi</h1>
394399
</ul>
395400
</div>
396401
<div class="section" id="changelog">
397-
<h1><a class="toc-backref" href="#toc-entry-1">Changelog</a></h1>
402+
<h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
398403
<div class="section" id="section-1">
399-
<h2><a class="toc-backref" href="#toc-entry-2">16.0.2.1.1 (2023-11-07)</a></h2>
404+
<h3><a class="toc-backref" href="#toc-entry-2">16.0.2.1.1 (2023-11-07)</a></h3>
400405
<p><strong>Bugfixes</strong></p>
401406
<ul class="simple">
402407
<li>Fix registry corruption when running tests difined in a class
@@ -406,7 +411,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">16.0.2.1.1 (2023-11-07)</a></h2>
406411
</ul>
407412
</div>
408413
<div class="section" id="section-2">
409-
<h2><a class="toc-backref" href="#toc-entry-3">16.0.2.1.0 (2023-10-13)</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-3">16.0.2.1.0 (2023-10-13)</a></h3>
410415
<p><strong>Features</strong></p>
411416
<ul class="simple">
412417
<li><ul class="first">
@@ -424,30 +429,30 @@ <h2><a class="toc-backref" href="#toc-entry-3">16.0.2.1.0 (2023-10-13)</a></h2>
424429
</div>
425430
</div>
426431
<div class="section" id="bug-tracker">
427-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
428433
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>.
429434
In case of trouble, please check there if your issue has already been reported.
430435
If you spotted it first, help us to smash it by providing a detailed and welcomed
431436
<a class="reference external" href="https://github.com/OCA/rest-framework/issues/new?body=module:%20extendable_fastapi%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
432437
<p>Do not contact contributors directly about support or help with technical issues.</p>
433438
</div>
434439
<div class="section" id="credits">
435-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
440+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
436441
<div class="section" id="authors">
437-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
438443
<ul class="simple">
439444
<li>ACSONE SA/NV</li>
440445
</ul>
441446
</div>
442447
<div class="section" id="contributors">
443-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
448+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
444449
<ul class="simple">
445450
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt; (<a class="reference external" href="https://acsone.eu">https://acsone.eu</a>)</li>
446451
<li>Marie Lejeune &lt;<a class="reference external" href="mailto:marie.lejeune&#64;acsone.eu">marie.lejeune&#64;acsone.eu</a>&gt; (<a class="reference external" href="https://acsone.eu">https://acsone.eu</a>)</li>
447452
</ul>
448453
</div>
449454
<div class="section" id="maintainers">
450-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
455+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
451456
<p>This module is maintained by the OCA.</p>
452457
<a class="reference external image-reference" href="https://odoo-community.org">
453458
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -462,5 +467,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
462467
</div>
463468
</div>
464469
</div>
470+
</div>
465471
</body>
466472
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-rest-framework"
3-
version = "18.0.20260105.0"
3+
version = "18.0.20260121.0"
44
dependencies = [
55
"odoo-addon-base_rest==18.0.*",
66
"odoo-addon-base_rest_auth_api_key==18.0.*",
77
"odoo-addon-base_rest_pydantic==18.0.*",
88
"odoo-addon-extendable==18.0.*",
9+
"odoo-addon-extendable_fastapi==18.0.*",
910
"odoo-addon-fastapi==18.0.*",
1011
"odoo-addon-fastapi_auth_api_key==18.0.*",
1112
"odoo-addon-fastapi_auth_jwt==18.0.*",

0 commit comments

Comments
 (0)