[12.0][NEW] web_widget_plotly_chart

This commit is contained in:
Roberto Fichera
2019-09-10 11:40:22 +02:00
parent bc466c1365
commit ea54bc6209
13 changed files with 712 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
'name': "Web Widget Plotly",
'summary': """Allow to draw plotly charts.""",
'description': """Allow to draw plotly charts.""",
'author': "LevelPrime srl, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
'category': 'Web',
'version': '12.0.1.0.0',
'depends': ['web'],
'data': [
'views/web_widget_plotly_chart.xml',
],
"external_dependencies": {
"python": ['plotly'],
},
"auto_install": False,
"license": "LGPL-3",
}