New trunk
[odoo/odoo.git] / addons / hr_evaluation / __terp__.py
1 {
2         "name" : "Human Resources Evaluation",
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         "description": "Ability to create employees evaluation.",
9         "init_xml" : [],
10         "demo_xml" : ["hr_evaluation_demo.xml"],
11         "update_xml" : ["hr_evaluation_view.xml"],
12         "active": False,
13         "installable": False
14 }