[FIX] ir.actions.todo are now unskippable
[odoo/odoo.git] / addons / hr / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index d477823..234700b
 #
 ##############################################################################
 
-
 {
-    "name" : "Human Resources",
-    "version" : "1.1",
-    "author" : "Tiny",
-    "category" : "Generic Modules/Human Resources",
-    "website" : "http://www.openerp.com",
+    "name": "Human Resources",
+    "version": "1.1",
+    "author": "OpenERP SA",
+    "category": "Human Resources",
+    "website": "http://www.openerp.com",
     "description": """
-    Module for human resource management. You can manage:
+Module for human resource management.
+=====================================
+
+You can manage:
     * Employees and hierarchies : You can define your employee with User and display hierarchies
     * HR Departments
     * HR Jobs
     """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
-    'depends': ['base', 'process', 'resource','board'],
+    'images': ['images/hr_department.jpeg', 'images/hr_employee.jpeg','images/hr_job_position.jpeg'],
+    'depends': ['base_setup', 'resource', 'board'],
     'init_xml': [],
     'update_xml': [
         'security/hr_security.xml',
         'hr_installer.xml',
         'hr_data.xml',
         'board_hr_view.xml',
-    ],
-    'demo_xml': ['hr_demo.xml',
-        'hr_department_demo.xml'],
-        
-    'test': ['test/test_hr.yml'],    
+        'board_hr_manager_view.xml',
+        ],
+    'demo_xml': [
+        'hr_demo.xml',
+        'hr_department_demo.xml',
+        ],
+    'test': ['test/test_hr.yml'],
     'installable': True,
     'active': False,
     'certificate': '0086710558965',