mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 11:12:04 +02:00
18 lines
602 B
Python
18 lines
602 B
Python
# Copyright 2018 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Graphql Base",
|
|
"summary": """
|
|
Base GraphQL/GraphiQL controller""",
|
|
"version": "16.0.1.0.1",
|
|
"license": "LGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/rest-framework",
|
|
"depends": ["base"],
|
|
"data": ["views/graphiql.xml"],
|
|
"external_dependencies": {"python": ["graphene", "graphql_server"]},
|
|
"development_status": "Production/Stable",
|
|
"maintainers": ["sbidoul"],
|
|
"installable": True,
|
|
}
|