Better description on modules
[odoo/odoo.git] / addons / board_project / __terp__.py
1 {
2         "name":"Board for project users",
3         "version":"1.0",
4         "author":"Tiny",
5         "category":"Board",
6         "depends":["project","report_timesheet","board","report_analytic_line"],
7         "demo_xml":["board_project_demo.xml"],
8         "update_xml":["board_project_view.xml"],
9         "description": """
10 This module implements a dashboard for project member that includes:
11         * List of my open tasks
12         * List of my next deadlines
13         * List of public notes
14         * Graph of my timesheet
15         * Graph of my work analysis
16         """,
17         "active":False,
18         "installable":True,
19 }