[IMP]stock:statusbar Improvement is Done as per suggestion
[odoo/odoo.git] / addons / hr_evaluation / __openerp__.py
index be1ce23..adf1d9d 100644 (file)
 
 {
     "name" : "Human Resources Evaluation",
-    "version" : "0.1",
-    "author" : "Tiny",
-    "category" : "Generic Modules/Human Resources",
-    "website" : "http://www.openerp.com",
-    "depends" : ["hr",'hr_recruitment','survey'],
+    "version": "0.1",
+    "author": "OpenERP SA",
+    "category": "Human Resources",
+    'complexity': "easy",
+    "website": "http://www.openerp.com",
+    "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"],
+    "depends": ["hr",'hr_recruitment','survey'],
     "description": """
-                      Ability to create employees evaluation.
-                      An evaluation can be created by employee for subordinates
-                      juniors as well as his manager.The evaluation is done under a plan
-                      in which various surveys can be created and it can be defined which
-                      level of employee hierarchy fills what and final review and evaluation
-                      is done by the manager.Every evaluation filled by the employees can be viewed
-                      in the form of   """,
-    "init_xml" : [],
-    "demo_xml" : ["hr_evaluation_demo.xml"],
-    "update_xml" : [
-                    "security/ir.model.access.csv",
-                    "wizard/hr_evaluation_mail_view.xml",
-                    "hr_evaluation_view.xml",
-                    "report/hr_evaluation_report_view.xml"],
+Ability to create employees evaluation.
+=======================================
+
+An evaluation can be created by employee for subordinates,
+juniors as well as his manager.The evaluation is done under a plan
+in which various surveys can be created and it can be defined which
+level of employee hierarchy fills what and final review and evaluation
+is done by the manager.Every evaluation filled by the employees can be viewed
+in the form of pdf file. Implements a dashboard for My Current Evaluations
+         """,
+    "demo": ["hr_evaluation_demo.xml", ],
+    "data": [
+        "security/ir.model.access.csv",
+        "security/hr_evaluation_security.xml",
+#        "wizard/hr_evaluation_mail_view.xml",
+        "hr_evaluation_view.xml",
+        "report/hr_evaluation_report_view.xml",
+        "board_hr_evaluation_view.xml",
+        'hr_evaluation_installer_view.xml',
+        'hr_evaluation_data.xml',
+    ],
+    "test": ["test/test_hr_evaluation.yml"],
     "active": False,
-    "installable": True
+    "installable": True,
+    "certificate" : "00883207679172998429",
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: