Files
web/web_widget_bokeh_chart/__manifest__.py
Andrea Piovesana 04709b49a1 [13.0] web_widget_bokeh_chart: specify bokeh version 1.1.0
update manifest to  set bokeh vesion to 1.1.0
2021-05-05 17:03:34 +02:00

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": "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==1.1.0"]},
"auto_install": False,
"license": "LGPL-3",
}