forked from Techsystech/web
19 lines
478 B
Python
19 lines
478 B
Python
{
|
|
'name': "Web Widget Plotly",
|
|
'summary': """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.1',
|
|
'depends': ['web'],
|
|
'data': [
|
|
'views/web_widget_plotly_chart.xml',
|
|
],
|
|
"external_dependencies": {
|
|
"python": ['plotly'],
|
|
},
|
|
"auto_install": False,
|
|
"license": "LGPL-3",
|
|
}
|