Files
suite/hr_payroll_multicompany/__manifest__.py
2019-07-23 15:07:28 -07:00

15 lines
322 B
Python
Executable File

{
'name': 'Payroll Multicompany',
'description': 'Payroll Rates',
'version': '12.0.1.0.1',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'data': [
],
'depends': [
'hr_payroll_account',
],
}