File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ This repository has nice modules to interact with Odoo using JSON and HTTP reque
17
17
18
18
[ // ] : # ( addons )
19
19
20
+ Available addons
21
+ ----------------
22
+ addon | version | maintainers | summary
23
+ --- | --- | --- | ---
24
+ [ fastapi] ( fastapi/ ) | 17.0.1.0.0 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Odoo FastAPI endpoint
25
+
26
+
20
27
Unported addons
21
28
---------------
22
29
addon | version | maintainers | summary
@@ -31,7 +38,6 @@ addon | version | maintainers | summary
31
38
[ datamodel] ( datamodel/ ) | 16.0.1.0.1 (unported) | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | This addon allows you to define simple data models supporting serialization/deserialization
32
39
[ extendable] ( extendable/ ) | 16.0.1.0.1 (unported) | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Extendable classes registry loader for Odoo
33
40
[ extendable_fastapi] ( extendable_fastapi/ ) | 16.0.2.1.1 (unported) | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Allows the use of extendable into fastapi apps
34
- [ fastapi] ( fastapi/ ) | 16.0.1.2.1 (unported) | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Odoo FastAPI endpoint
35
41
[ fastapi_auth_jwt] ( fastapi_auth_jwt/ ) | 16.0.1.0.1 (unported) | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | JWT bearer token authentication for FastAPI.
36
42
[ fastapi_auth_jwt_demo] ( fastapi_auth_jwt_demo/ ) | 16.0.2.0.0 (unported) | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | Test/demo module for fastapi_auth_jwt.
37
43
[ graphql_base] ( graphql_base/ ) | 16.0.1.0.1 (unported) | [ ![ 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:de5a0e0642df22387984fd10d2e54007b88126bacdb22e9e8b637c6187abaeeb
10
+ !! source digest: sha256:cdbf436442643ad7be0ee333b932f2fef8274364175444f4321a068a2cf5e28b
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 @@ -366,7 +366,7 @@ <h1 class="title">Odoo FastAPI</h1>
366
366
!! This file is generated by oca-gen-addon-readme !!
367
367
!! changes will be overwritten. !!
368
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:de5a0e0642df22387984fd10d2e54007b88126bacdb22e9e8b637c6187abaeeb
369
+ !! source digest: sha256:cdbf436442643ad7be0ee333b932f2fef8274364175444f4321a068a2cf5e28b
370
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
< 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/17.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-17-0/rest-framework-17-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=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
372
< p > This addon provides the basis to smoothly integrate the
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " odoo-addons-oca-rest-framework"
3
+ version = " 17.0.20240606.0"
4
+ dependencies = [
5
+ " odoo-addon-fastapi>=17.0dev,<17.1dev" ,
6
+ ]
7
+ classifiers =[
8
+ " Programming Language :: Python" ,
9
+ " Framework :: Odoo" ,
10
+ " Framework :: Odoo :: 17.0" ,
11
+ ]
You can’t perform that action at this time.
0 commit comments