WIP cherry picks from 2019 11.0

This commit is contained in:
Jared Kipe
2019-01-07 14:41:05 -08:00
committed by Jared Kipe
parent 2dd50081a1
commit ec84e64b27

View File

@@ -0,0 +1,28 @@
{
'name': 'USA - North Carolina - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '10.0.2019.0.0',
'description': """
USA::North Carolina Payroll Rules.
==================================
* Contribution register and partner for North Carolina Department of Taxaction - Unemployment
* Contribution register and partner for North Carolina Department of Taxaction - Income Tax Withholding
* Contract level North Carolina Exemptions
* Company level North Carolina 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
}