mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10.0][MIG] web_widget_bokeh_chart
This commit is contained in:
22
web_widget_bokeh_chart/__manifest__.py
Normal file
22
web_widget_bokeh_chart/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).#
|
||||
|
||||
{
|
||||
"name": "Web Widget Bokeh Chart",
|
||||
"category": "Hidden",
|
||||
"summary": "This widget allows to display charts using Bokeh library.",
|
||||
"author": "Eficent, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"version": "10.0.1.0.0",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": [
|
||||
"views/web_widget_bokeh_chart.xml",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ['bokeh'],
|
||||
},
|
||||
"auto_install": False,
|
||||
"license": "AGPL-3",
|
||||
}
|
||||
Reference in New Issue
Block a user