SERVER: improve categories and fix some language mistake
[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/Projects & Services",
6         "depends":[
7                 "project",
8                 "report_timesheet",
9                 "board",
10                 "report_analytic_line",
11                 "report_task",
12                 "hr_timesheet_sheet"
13         ],
14         "demo_xml":["board_project_demo.xml"],
15         "update_xml":["board_project_view.xml", "board_project_manager_view.xml"],
16         "description": """
17 This module implements a dashboard for project member that includes:
18         * List of my open tasks
19         * List of my next deadlines
20         * List of public notes
21         * Graph of my timesheet
22         * Graph of my work analysis
23         """,
24         "active":False,
25         "installable":True,
26 }