[IMP] Small code cleaning.
[odoo/odoo.git] / addons / hr_payroll / __openerp__.py
index c659444..5469b1f 100644 (file)
@@ -23,6 +23,7 @@
     'name': 'Payroll',
     'version': '1.0',
     'category': 'Human Resources',
+    "sequence": 38,
     'complexity': "normal",
     'description': """
 Generic Payroll system.
@@ -69,7 +70,7 @@ Generic Payroll system.
         'hr_payroll_demo.xml'
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate' : '001046261404562128861',
     'application': True,
 }