mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[12.0][NEW] web_widget_plotly_chart
This commit is contained in:
19
web_widget_plotly_chart/__manifest__.py
Normal file
19
web_widget_plotly_chart/__manifest__.py
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user