forked from Techsystech/web
19 lines
650 B
Python
19 lines
650 B
Python
# 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": "ForgeFlow, " "Odoo Community Association (OCA)",
|
|
"version": "14.0.2.3.1",
|
|
"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==2.3.1"]},
|
|
"auto_install": False,
|
|
"license": "LGPL-3",
|
|
}
|