Browse Source

Fix website URL in kpi_dashboard module

12.0
Stefan Feilmeier 4 years ago
committed by GitHub
parent
commit
fbcfc2f614
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kpi_dashboard/__manifest__.py

2
kpi_dashboard/__manifest__.py

@ -8,7 +8,7 @@
"version": "12.0.1.2.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/reporting-engine",
"website": "https://github.com/OCA/reporting-engine",
"depends": ["bus", "board", "base_sparse_field", "web_widget_color"],
"qweb": ["static/src/xml/dashboard.xml"],
"data": [

Loading…
Cancel
Save