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.

16 lines
581 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 IT-Projects <https://www.it-projects.info>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Radar Chart',
  6. 'version': '8.0.1.0.0',
  7. 'category': 'Web',
  8. 'summary': 'Add graph radar view.',
  9. 'author': "IT-Projects LLC,Odoo Community Association (OCA)",
  10. 'license': 'AGPL-3',
  11. 'website': 'https://twitter.com/vkotovi4',
  12. 'depends': ['web_graph'],
  13. 'qweb': ['static/src/xml/web_graph_radar.xml'],
  14. 'data': ['view/web_graph_radar.xml'],
  15. 'installable': True,
  16. 'auto_install': False,
  17. }