Better descriptions of modules
[odoo/odoo.git] / addons / hr_timesheet_sheet / __terp__.py
1 {
2         "name" : "Human Resources (Timesheet groups)",
3         "version" : "0.1",
4         "author" : "Tiny",
5         "category" : "Generic Modules/Human Resources",
6         "website" : "http://tinyerp.com/module_hr.html",
7         "description": """
8         This module help you easily encode and validate timesheet and attendances
9         within the same view. The upper part of the view is for attendances and
10         track (sign in/sign out) events. The lower part is for timesheet.
11
12         Others tabs contains statistics views to help you analyse your
13         time or the time of your team:
14         * Time spent by day (with attendances)
15         * Time spent by project
16
17         This module also implement a complete timesheet validation process:
18         * Draft sheet
19         * Confirmation at the end of the period by the employee
20         * Validation by the project manager
21
22         The validation can be configured in te company:
23         * Period size (day, week, month, year)
24         * Maximal difference between timesheet and attendances
25         """,
26         "depends" : ["hr_timesheet", "hr_timesheet_project", "hr_timesheet_invoice"],
27         "init_xml" : [],
28         "demo_xml" : ["hr_timesheet_sheet_demo.xml",],
29         "update_xml" : ["hr_timesheet_sheet_view.xml", "hr_timesheet_workflow.xml"],
30         "active": False,
31         "installable": True
32 }