mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
WIP cherry picks from 2019 11.0
This commit is contained in:
28
l10n_us_nc_hr_payroll/__manifest__.py
Executable file
28
l10n_us_nc_hr_payroll/__manifest__.py
Executable 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
|
||||
}
|
||||
Reference in New Issue
Block a user