Better descriptions on modules
[odoo/odoo.git] / addons / hr_contract / __terp__.py
1 {
2         "name" : "Human Resources Contracts",
3         "version" : "0.1",
4         "author" : "Tiny",
5         "category" : "Generic Modules/Human Resources",
6         "website" : "http://tinyerp.com/module_hr.html",
7         "depends" : ["hr"],
8         "module": "",
9         "description": """
10         Add all information on the employee form to manage contracts:
11         * Martial status,
12         * Security number,
13         * Place of birth, birth date, ...
14
15         You can assign several contracts per employee.
16         """,
17         "init_xml" : ["hr_contract_data.xml"],
18         "demo_xml" : [],
19         "update_xml" : ["hr_contract_view.xml"],
20         "active": False,
21         "installable": True
22 }