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.
17 lines
581 B
17 lines
581 B
# -*- coding: utf-8 -*-
|
|
# © 2016 IT-Projects <https://www.it-projects.info>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'Radar Chart',
|
|
'version': '8.0.1.0.0',
|
|
'category': 'Web',
|
|
'summary': 'Add graph radar view.',
|
|
'author': "IT-Projects LLC,Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'website': 'https://twitter.com/vkotovi4',
|
|
'depends': ['web_graph'],
|
|
'qweb': ['static/src/xml/web_graph_radar.xml'],
|
|
'data': ['view/web_graph_radar.xml'],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|