Files
suite/l10n_us_mi_hr_payroll/__manifest__.py

29 lines
837 B
Python
Executable File

{
'name': 'USA - Michigan - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '12.0.2019.0.0',
'description': """
USA::Michigan Payroll Rules.
==================================
* Contribution register and partner for Michigan Unemployment Insurance Agency - Unemployment
* Contribution register and partner for Michigan Department of Treasury - Income Tax Withholding
* Contract level Michigan Exemptions
* Company level Michigan Unemployment Rate
""",
'auto_install': False,
'website': 'https://hibou.io/',
'data': [
'views/hr_payroll_views.xml',
'data/base.xml',
'data/rates.xml',
'data/rules.xml',
'data/final.xml',
],
'installable': True
}