From 357397573c3239772330657d76d77889fc4edd8e Mon Sep 17 00:00:00 2001
From: Ajay Javiya
Date: Thu, 14 Nov 2024 18:51:41 +0530
Subject: [PATCH] [MIG] graphql_base: Migration to 18.0
---
graphql_base/README.rst | 13 +++++++++----
graphql_base/__manifest__.py | 2 +-
graphql_base/static/description/index.html | 4 ++--
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/graphql_base/README.rst b/graphql_base/README.rst
index 0b18d4bd2..39af3cd30 100644
--- a/graphql_base/README.rst
+++ b/graphql_base/README.rst
@@ -17,13 +17,13 @@ Graphql Base
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github
- :target: https://github.com/OCA/rest-framework/tree/17.0/graphql_base
+ :target: https://github.com/OCA/rest-framework/tree/18.0/graphql_base
:alt: OCA/rest-framework
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-graphql_base
+ :target: https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-graphql_base
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -124,6 +124,11 @@ Authors
* ACSONE SA/NV
+Contributors
+~~~~~~~~~~~~
+
+* Ajay Javiya
+
Maintainers
-----------
@@ -145,6 +150,6 @@ Current `maintainer `__:
|maintainer-sbidoul|
-This module is part of the `OCA/rest-framework `_ project on GitHub.
+This module is part of the `OCA/rest-framework `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/graphql_base/__manifest__.py b/graphql_base/__manifest__.py
index e4f3a1c38..e61dbda35 100644
--- a/graphql_base/__manifest__.py
+++ b/graphql_base/__manifest__.py
@@ -5,7 +5,7 @@
"name": "Graphql Base",
"summary": """
Base GraphQL/GraphiQL controller""",
- "version": "17.0.1.0.1",
+ "version": "18.0.1.0.0",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rest-framework",
diff --git a/graphql_base/static/description/index.html b/graphql_base/static/description/index.html
index b28702051..2ec6e9f03 100644
--- a/graphql_base/static/description/index.html
+++ b/graphql_base/static/description/index.html
@@ -369,7 +369,7 @@ Graphql Base
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7550bc59f47cae17ac3a8ac5e3340fd5e11cdefbc421215be6447377d282a85e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This modules enables the creation of GraphQL
endpoints. In itself, it does nothing and must be used by a developer to
create the GraphQL schema and resolvers using
@@ -482,7 +482,7 @@
promote its widespread use.
Current maintainer:
-This module is part of the OCA/rest-framework project on GitHub.
+This module is part of the OCA/rest-framework project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.