Skip to content

Commit

Permalink
[MIG] web_widget_json_graph: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frahikLV committed May 20, 2022
1 parent b9c1cae commit a07cd32
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1,378 deletions.
21 changes: 12 additions & 9 deletions web_widget_json_graph/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"name": "Web Widget JSON Graph",
"version": "12.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Vauxoo, Odoo Community Association (OCA)",
"license": "LGPL-3",
"category": "Hidden/Dependency",
"website": "https://github.com/OCA/web",
"maintainers": ["luisg123v"],
"maintainers": ["luisg123v", "frahikLV"],
"summary": "Draw json fields with graphs.",
"depends": [
"web",
],
"data": [
"views/assets.xml",
],
"qweb": [
"static/src/xml/web_widget_json_graph.xml",
],
"installable": True,
"data": [],
"assets": {
"web.assets_backend": [
"web_widget_json_graph/static/src/js/web_widget_json_graph.js",
],
"web.assets_qweb": [
"web_widget_json_graph/static/src/xml/web_widget_json_graph.xml",
],
},
"auto_install": False,
"installable": True,
"application": False,
}
Loading

0 comments on commit a07cd32

Please sign in to comment.