File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ GraphQL Demo
17
17
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
18
18
:alt: License: LGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github
20
- :target: https://github.com/OCA/rest-framework/tree/17 .0/graphql_demo
20
+ :target: https://github.com/OCA/rest-framework/tree/18 .0/graphql_demo
21
21
:alt: OCA/rest-framework
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/rest-framework-17 -0/rest-framework-17 -0-graphql_demo
23
+ :target: https://translation.odoo-community.org/projects/rest-framework-18 -0/rest-framework-18 -0-graphql_demo
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=18 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -63,6 +63,11 @@ Authors
63
63
64
64
* ACSONE SA/NV
65
65
66
+ Contributors
67
+ ~~~~~~~~~~~~
68
+
69
+
70
+
66
71
Maintainers
67
72
-----------
68
73
@@ -84,6 +89,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
84
89
85
90
|maintainer-sbidoul |
86
91
87
- This module is part of the `OCA/rest-framework <https://github.com/OCA/rest-framework/tree/17 .0/graphql_demo >`_ project on GitHub.
92
+ This module is part of the `OCA/rest-framework <https://github.com/OCA/rest-framework/tree/18 .0/graphql_demo >`_ project on GitHub.
88
93
89
94
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Original file line number Diff line number Diff line change 3
3
4
4
{
5
5
"name" : "GraphQL Demo" ,
6
- "version" : "17 .0.1.0.1 " ,
6
+ "version" : "18 .0.1.0.0 " ,
7
7
"license" : "LGPL-3" ,
8
8
"author" : "ACSONE SA/NV, Odoo Community Association (OCA)" ,
9
9
"website" : "https://github.com/OCA/rest-framework" ,
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ <h1 class="title">GraphQL Demo</h1>
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
370
!! source digest: sha256:c346b472bba4541d33184c35cf66ba333c2a01b1e0fe15aeaf76c9283ff22389
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/17.0/graphql_demo "> < 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-graphql_demo "> < 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
+ < 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/graphql_demo "> < 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-graphql_demo "> < 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=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This is a demonstration module providing a sample GraphQL endpoint, as
374
374
well as tests for < tt class ="docutils literal "> graphql_base</ tt > .</ p >
375
375
< p > < strong > Table of contents</ strong > </ p >
@@ -420,7 +420,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
420
420
promote its widespread use.</ p >
421
421
< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
422
422
< 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 >
423
- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/rest-framework/tree/17 .0/graphql_demo "> OCA/rest-framework</ a > project on GitHub.</ p >
423
+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/rest-framework/tree/18 .0/graphql_demo "> OCA/rest-framework</ a > project on GitHub.</ p >
424
424
< 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 >
425
425
</ div >
426
426
</ div >
Original file line number Diff line number Diff line change
1
+ odoo-addon-graphql-base @ git+https://github.com/OCA/rest-framework.git@refs/pull/473/head#subdirectory=graphql_base
You can’t perform that action at this time.
0 commit comments