-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
36 lines (36 loc) · 1.03 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# © 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": "Overview Dashboard (Tiles)",
"summary": "Add Overview Dashboards with Tiles",
"version": "16.0.1.0.2",
"depends": [
"web",
"spreadsheet_dashboard",
],
"author": "initOS GmbH & Co. KG, "
"GRAP, "
"Iván Todorovich <[email protected]>, "
"Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/web",
"category": "web",
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"security/ir_rule.xml",
"views/menu.xml",
"views/tile_tile.xml",
"views/tile_category.xml",
],
"assets": {
"web.assets_common": [
"web_dashboard_tile/static/src/css/web_dashboard_tile.css",
],
},
"demo": [
"demo/tile_category.xml",
"demo/tile_tile.xml",
],
}