mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_plotly: black, isort, prettier
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
{
|
||||
'name': "Web Widget Plotly",
|
||||
'summary': """Allow to draw plotly charts.""",
|
||||
'author': "LevelPrime srl, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"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.0',
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
'views/web_widget_plotly_chart.xml',
|
||||
"category": "Web",
|
||||
"version": "14.0.1.0.0",
|
||||
"depends": ["web"],
|
||||
"data": [
|
||||
"views/web_widget_plotly_chart.xml",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ['plotly'],
|
||||
"python": ["plotly"],
|
||||
},
|
||||
"auto_install": False,
|
||||
"license": "LGPL-3",
|
||||
|
||||
Reference in New Issue
Block a user