mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Added hr_workers_comp dependency to hr_workers_comp_payroll.
This commit is contained in:
committed by
Jared Kipe
parent
4634bc9f40
commit
8ae3c07b35
@@ -3,7 +3,10 @@
|
|||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'depends': ['hr_contract'],
|
'depends': [
|
||||||
|
'hr_contract',
|
||||||
|
'hr_workers_comp',
|
||||||
|
],
|
||||||
'version': '11.0.0.0.0',
|
'version': '11.0.0.0.0',
|
||||||
'description': """
|
'description': """
|
||||||
Workers' Compensation Class - Payroll
|
Workers' Compensation Class - Payroll
|
||||||
|
|||||||
Reference in New Issue
Block a user