Files
suite/hr_workers_comp_payroll/__manifest__.py

22 lines
620 B
Python
Executable File

{
'name': 'Workers\' Compensation Class - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': ['hr_contract'],
'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
}