[13.0][MIG] web_widget_bokeh_chart

This commit is contained in:
Adrià Gil Sorribes
2019-12-17 16:00:14 +01:00
committed by Christopher Ormaza
parent e8b63155ba
commit 307198667a
4 changed files with 19 additions and 24 deletions

View File

@@ -1,23 +1,18 @@
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# Copyright 2017 ForgeFlow S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Web Widget Bokeh Chart",
"category": "Hidden",
"summary": "This widget allows to display charts using Bokeh library.",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"version": "12.0.1.0.1",
"maintainers": ["lreficent"],
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"version": "13.0.1.0.0",
"maintainers": ["LoisRForgeFlow"],
"development_status": "Production/Stable",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": [
"views/web_widget_bokeh_chart.xml",
],
"external_dependencies": {
"python": ['bokeh'],
},
"data": ["views/web_widget_bokeh_chart.xml"],
"external_dependencies": {"python": ["bokeh"]},
"auto_install": False,
"license": "LGPL-3",
}