Skip to content

Commit

Permalink
[MIG] graphql_demo: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rven committed Jun 26, 2023
1 parent 8402b1b commit 16c5d87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

{
"name": "GraphQL Demo",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "LGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rest-framework",
"depends": ["graphql_base"],
"external_dependencies": {"python": ["graphene"]},
"development_status": "Beta",
"maintainers": ["sbidoul"],
"installable": False,
"installable": True,
}
1 change: 1 addition & 0 deletions setup/graphql_demo/odoo/addons/graphql_demo
6 changes: 6 additions & 0 deletions setup/graphql_demo/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 16c5d87

Please sign in to comment.