[MERGE] lp:~openerp-dev/openobject-addons/trunk-wizard-remove-cancel-editable-tch
[odoo/odoo.git] / addons / hr_holidays / __openerp__.py
index f6520e7..09809e4 100644 (file)
 
 
 {
-    "name": "Human Resources: Holidays management",
+    "name": "Leaves Management",
     "version": "1.5",
-    "author": ['OpenERP SA', 'Axelor'],
-    "category": "Generic Modules/Human Resources",
+    "author": "OpenERP SA",
+    "category": "Human Resources",
+    "sequence": 28,
     "website": "http://www.openerp.com",
     "description": """
 This module allows you to manage leaves and leaves' requests.
@@ -64,14 +65,14 @@ Note that:
         'wizard/hr_holidays_summary_department_view.xml',
         'wizard/hr_holidays_summary_employees_view.xml',
         'board_hr_holidays_view.xml',
-        'board_hr_manager_holidays_view.xml',
         ],
     'demo_xml': ['hr_holidays_demo.xml',],
     'test': ['test/test_hr_holiday.yml',
              'test/hr_holidays_report.yml',
              ],
     'installable': True,
-    'active': False,
+    'application': True,
+    'auto_install': False,
     'certificate': '0086579209325',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: