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.
 
 
 
 
 

39 lines
1020 B

# -*- coding: utf-8 -*-
# © 2010-2013 OpenERP s.a. (<http://openerp.com>).
# © 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Dashboard Tile",
"summary": "Add Tiles to Dashboard",
"version": "9.0.1.1.0",
"depends": [
'web',
'board',
'mail',
'web_widget_color',
],
'author': 'initOS GmbH & Co. KG, '
'GRAP, '
'Odoo Community Association (OCA)',
"category": "web",
'license': 'AGPL-3',
'contributors': [
'initOS GmbH & Co. KG',
'GRAP',
'Iván Todorovich <ivan.todorovich@gmail.com>'
],
'data': [
'views/tile.xml',
'views/templates.xml',
'security/ir.model.access.csv',
'security/rules.xml',
],
'demo': [
'demo/res_groups.yml',
'demo/tile_category.yml',
'demo/tile_tile.yml',
],
'qweb': [
'static/src/xml/custom_xml.xml',
],
}