mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[15.0][MIG] web_widget_bokeh_chart
This commit is contained in:
@@ -6,13 +6,18 @@
|
||||
"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"],
|
||||
"version": "15.0.1.0.0",
|
||||
"maintainers": ["LoisRForgeFlow", "ChrisOForgeFlow"],
|
||||
"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"]},
|
||||
"data": [],
|
||||
"external_dependencies": {"python": ["bokeh==2.4.2"]},
|
||||
"auto_install": False,
|
||||
"license": "LGPL-3",
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_bokeh_chart/static/src/js/web_widget_bokeh_chart.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user