File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ addon | version | maintainers | summary
29
29
[ datamodel] ( datamodel/ ) | 16.0.1.0.1 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | This addon allows you to define simple data models supporting serialization/deserialization
30
30
[ extendable] ( extendable/ ) | 16.0.1.0.1 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Extendable classes registry loader for Odoo
31
31
[ extendable_fastapi] ( extendable_fastapi/ ) | 16.0.2.1.1 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Allows the use of extendable into fastapi apps
32
- [ fastapi] ( fastapi/ ) | 16.0.1.4.3 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Odoo FastAPI endpoint
32
+ [ fastapi] ( fastapi/ ) | 16.0.1.4.4 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Odoo FastAPI endpoint
33
33
[ fastapi_auth_jwt] ( fastapi_auth_jwt/ ) | 16.0.1.0.4 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | JWT bearer token authentication for FastAPI.
34
34
[ fastapi_auth_jwt_demo] ( fastapi_auth_jwt_demo/ ) | 16.0.2.0.1 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | Test/demo module for fastapi_auth_jwt.
35
35
[ graphql_base] ( graphql_base/ ) | 16.0.1.0.1 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | Base GraphQL/GraphiQL controller
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Odoo FastAPI
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6
10
+ !! source digest: sha256:36f9ede4de4e7ae227a5c8c8112596c58bbaec4f199b4fad69e4120728c28196
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 5
5
"name" : "Odoo FastAPI" ,
6
6
"summary" : """
7
7
Odoo FastAPI endpoint""" ,
8
- "version" : "16.0.1.4.3 " ,
8
+ "version" : "16.0.1.4.4 " ,
9
9
"license" : "LGPL-3" ,
10
10
"author" : "ACSONE SA/NV,Odoo Community Association (OCA)" ,
11
11
"maintainers" : ["lmignon" ],
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Odoo FastAPI</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6
370
+ !! source digest: sha256:36f9ede4de4e7ae227a5c8c8112596c58bbaec4f199b4fad69e4120728c28196
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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/16.0/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-16-0/rest-framework-16-0-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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This addon provides the basis to smoothly integrate the < a class ="reference external " href ="https://fastapi.tiangolo.com/ "> FastAPI</ a >
You can’t perform that action at this time.
0 commit comments