[IMP] Small code cleaning.
[odoo/odoo.git] / addons / hr_payroll / __openerp__.py
index 1bb571f..5469b1f 100644 (file)
 #
 ##############################################################################
 {
-    'name': 'Human Resource Payroll',
+    'name': 'Payroll',
     'version': '1.0',
     'category': 'Human Resources',
+    "sequence": 38,
+    'complexity': "normal",
     'description': """
 Generic Payroll system.
 =======================
@@ -38,7 +40,7 @@ Generic Payroll system.
     """,
     'author':'OpenERP SA',
     'website':'http://www.openerp.com',
-    'images': ['images/hr_company_contributions.jpeg','images/hr_salary_heads.jpeg','images/hr_salary_structure.jpeg','images/hr_employee_payslip.jpeg','images/hr_payment_advice.jpeg','images/hr_payroll_register.jpeg'],
+    'images': ['images/hr_company_contributions.jpeg','images/hr_salary_heads.jpeg','images/hr_salary_structure.jpeg','images/hr_employee_payslip.jpeg'],
     'depends': [
         'hr',
         'hr_contract',
@@ -56,12 +58,10 @@ Generic Payroll system.
         'hr_payroll_report.xml',
         'hr_payroll_data.xml',
         'security/ir.model.access.csv',
-        'wizard/hr_payroll_employees_detail.xml',
-        'wizard/hr_payroll_year_salary.xml',
-        'wizard/hr_payroll_cotribution_register_report.xml',
+        'wizard/hr_payroll_contribution_register_report.xml',
     ],
     'test': [
-#         'test/payslip.yml',
+         'test/payslip.yml',
 #         'test/payment_advice.yml',
 #         'test/payroll_register.yml',
         # 'test/hr_payroll_report.yml',
@@ -70,8 +70,9 @@ Generic Payroll system.
         'hr_payroll_demo.xml'
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate' : '001046261404562128861',
+    'application': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: