# -*- coding: utf-8 -*- # © 2010-2013 OpenERP s.a. (). # © 2014 initOS GmbH & Co. KG (). # 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 ", ], "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"], }