[MERGE] lp:~openerp-dev/openobject-addons/trunk-wizard-remove-cancel-editable-tch
[odoo/odoo.git] / addons / hr_holidays / __openerp__.py
index 1c0d64e..09809e4 100644 (file)
@@ -25,7 +25,7 @@
     "version": "1.5",
     "author": "OpenERP SA",
     "category": "Human Resources",
-    'complexity': "easy",
+    "sequence": 28,
     "website": "http://www.openerp.com",
     "description": """
 This module allows you to manage leaves and leaves' requests.
@@ -65,15 +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,
-    'core': True,
-    'active': False,
+    'application': True,
+    'auto_install': False,
     'certificate': '0086579209325',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: