Big MESS (UNCOMMIT PLEASE)
[odoo/odoo.git] / addons / hr_holidays / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Human Resources: Holidays management",
4     "version" : "0.1",
5     "author" : "Tiny & Axelor",
6     "category" : "Generic Modules/Human Resources",
7     "website" : "http://tinyerp.com/",
8     "description": """Human Ressources: Holidays tracking and workflow
9
10     This module allows you to manage holidays and holidays requests. For each employee, you can also define a number of available holidays per holiday status. 
11
12     Note that:
13     - A synchronisation with an internal agenda (use of the crm module) is possible: in order to automaticly create a case when an holiday request is accepted, you have to link the holidays status to a case section. You can set up this info and your color preferencies in
14                 HR \ Configuration \ Holidays Status
15     - An employee can make a negative holiday request (holiday request of -2 days for example), this is considered by the system as an ask for more off-days. It will increase his total of that holiday status available (if the request is accepted).
16     - There are two ways to print the employee's holidays:
17         * The first will allow to choose employees by department and is used by clicking the menu item located in
18                 HR \ Holidays Request \ Print Summary of Holidays
19         * The second will allow you to choose the holidays report for specific employees. Go on the list
20                 HR \ Employees \ Employees
21             then select the ones you want to choose, click on the print icon and select the option
22                 'Print Summary of Employee's Holidays'
23     - The wizard allows you to choose if you want to print either the Confirmed & Validated holidays or only the Validated ones. These states must be set up by a user from the group 'HR' and with the role 'holidays'. You can define these features in the security tab from the user data in
24                 Administration \ Users \ Users
25             for example, you maybe will do it for the user 'admin'.
26 """,
27     "depends" : ["hr","crm_configuration"],
28     "init_xml" : [],
29     "demo_xml" : ["hr_bel_holidays_2008.xml",],
30     "update_xml" : [
31         "ir.model.access.csv",
32 "hr_workflow.xml","hr_view.xml","hr_holidays_report.xml","hr_holidays_wizard.xml",],
33     "active": False,
34     "installable": True
35 }
36 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
37