[16.0][MIG] Migration to v16.0

This commit is contained in:
Roberto Fichera
2023-03-03 11:18:33 +01:00
parent 60428a2db1
commit ff575d4fd7
12 changed files with 89 additions and 122 deletions

View File

@@ -5,13 +5,17 @@
"maintainers": ["robyf70"],
"website": "https://github.com/OCA/web",
"category": "Web",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"depends": ["web"],
"data": [
"views/web_widget_plotly_chart.xml",
],
"data": [],
"external_dependencies": {
"python": ["plotly==5.4.0"],
"python": ["plotly==5.13.1"],
},
"assets": {
"web.assets_backend": [
"web_widget_plotly_chart/static/src/js/widget_plotly.esm.js",
"web_widget_plotly_chart/static/src/js/widget_plotly.xml",
],
},
"license": "LGPL-3",
}