Files
web/web_dashboard_tile/__manifest__.py
Sylvain LE GAL dd52e48dce [MIG] web_dashboard_tile from 12.0 to 16.0
- remove 12.0 migration scripts
- bump version to 16.0
- use new api convention @api.model_create_multi ; new compute function logic ;
- add dependency to spreasheet_dashboard to use 'Dashboard' main menu item
- use new way to include assets
- remove totally useless controllers
- distinct different errors, depending on domain or format errors
- fix : _compute_data depends on many fields
- update : documentation and printscreens
2022-10-27 00:00:26 +02:00

37 lines
1.0 KiB
Python

# © 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 <ivan.todorovich@gmail.com>, "
"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",
],
}