mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[13.0][MIG] web_widget_bokeh_chart
This commit is contained in:
committed by
Christopher Ormaza
parent
e8b63155ba
commit
307198667a
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user