Files
suite/hr_workers_comp_payroll/__manifest__.py
Jared Kipe 7fb54683e5 IMP Allow FICA Exemption (e.g. for F1 Student Visa)
Additionally, improve requirements on `hr_workers_comp_payroll`
2018-08-27 15:55:24 -07:00

25 lines
661 B
Python
Executable File

{
'name': 'Workers\' Compensation Class - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': [
'hr_payroll',
'hr_workers_comp',
],
'version': '11.0.0.0.0',
'description': """
Workers' Compensation Class - Payroll
=====================================
Links Payslips with Contract's WC Codes. Useful for reporting and grouping payslips.
Salary Rules can now make use of the Workers Comp code and rate.
""",
'auto_install': True,
'website': 'https://hibou.io/',
'data':[
'payslip_views.xml',
],
'installable': True
}