You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
876 B

  1. # Copyright 2019 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Web Widget HeatMap",
  5. "summary": "Displaying your records in calendar HeatMap",
  6. "version": "11.0.1.0.0",
  7. "development_status": "Stable",
  8. "category": "Extra Tools",
  9. "website": "https://github.com/OCA/web/tree/11.0/web_widget_heatmap",
  10. "author": "Dinar Gabbasov, Odoo Community Association (OCA)",
  11. "maintainers": ["GabbasovDinar"],
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "preloadable": True,
  16. "external_dependencies": {
  17. "python": [],
  18. "bin": [],
  19. },
  20. "depends": [
  21. "web",
  22. ],
  23. "data": [
  24. "views/web_widget_heatmap_template.xml",
  25. ],
  26. "demo": [],
  27. "qweb": [
  28. "static/src/xml/base.xml"
  29. ]
  30. }