mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
25 lines
661 B
Python
Executable File
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
|
|
}
|