Files
suite/hr_payroll_multicompany/__manifest__.py
Jared Kipe c0d3b7399e Initial commit of hr_payroll_multicompany for 11.0
This module is has been tested with a 5+ company database.  It implements accounting but the contribution registers are shared between companies.  (run as Admin)
2019-01-09 17:19:12 -08:00

15 lines
322 B
Python
Executable File

{
'name': 'Payroll Multicompany',
'description': 'Payroll Rates',
'version': '11.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',
],
}