[IMP] web_widget_bokeh_chart: Upgrade library version

This commit is contained in:
Enric Tobella
2021-04-28 10:05:05 +02:00
committed by Christopher Ormaza
parent 882943f057
commit b4afbc8358
11 changed files with 774 additions and 43993 deletions

View File

@@ -6,13 +6,13 @@
"category": "Hidden",
"summary": "This widget allows to display charts using Bokeh library.",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"version": "14.0.1.0.0",
"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==1.1.0"]},
"external_dependencies": {"python": ["bokeh==2.3.1"]},
"auto_install": False,
"license": "LGPL-3",
}