mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of hr_workers_comp and hr_workers_comp_payroll for 11.0
This commit is contained in:
22
hr_workers_comp/__manifest__.py
Executable file
22
hr_workers_comp/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Workers\' Compensation Class',
|
||||
'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
|
||||
===========================
|
||||
|
||||
Provides a model to keep track of Workers' Comp. Class Codes and Rates.
|
||||
""",
|
||||
|
||||
'auto_install': False,
|
||||
'website': 'https://hibou.io/',
|
||||
'data':[
|
||||
'ir.model.access.csv',
|
||||
'contract_views.xml',
|
||||
],
|
||||
'installable': True
|
||||
}
|
||||
Reference in New Issue
Block a user