From a47e744e36a2e69a0d9983ba1c76acba617eda4a Mon Sep 17 00:00:00 2001 From: Markus Schneider Date: Sun, 15 Feb 2015 21:01:26 +0100 Subject: [PATCH] add detail description --- web_dashboard_tile/__openerp__.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index 07d1f6a0..79785b06 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { "name": "Dashboard Tile", - "version": "0.3", + "version": "0.4", "depends": ['web', 'board', 'mail'], 'author': 'initOS GmbH & Co. KG', "category": "", @@ -30,12 +30,27 @@ "description": """ module to give you a dashboard where you can configure tile from any view and add them as short cut. + + Kown issues/limits: + * change color picks wrong color + * can not edit tile from dashboard + * context are ignored + * date filter can not be relative + * combine domain of menue and filter so can not restore origin filter + + possible future improvments: + * support context_today + * add icons + * support client side action (like inbox) + * support select int/float column with min/max/avg/sum to display + * change position (maybe drag&drop) """, "summary": "Add tile to dashboard", 'data': ['tile.xml', 'security/ir.model.access.csv', 'security/rules.xml'], 'css': ['static/src/css/tile.css'], + 'demo': [ ], 'test': [