Files
suite/l10n_us_oh_hr_payroll/__manifest__.py
Jared Kipe 6a392f033e MIG l10n_us_hr_payroll Major refactor and Federal 2020 Rules (new W4 Form), Migration scripts and states deprecated
States:
- FL Florida
- PA Pennsylvania
- MT Montana
- OH Ohio
- WA Washington
- TX Texas
- VA Virginia
- GA Georgia
- MS Mississippi
2020-01-10 07:04:55 -08:00

31 lines
823 B
Python
Executable File

# -*- encoding: utf-8 -*-
{
'name': 'USA - Ohio - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '11.0.2019.0.0',
'description': """
USA::Ohio Payroll Rules.
========================
* Ohio Department of Revenue partner
* Contribution register for Ohio DoR Unemployment
* Contribution register for Ohio DoR Income Tax Withholding
* Contract level Ohio Withholding Allowance
* Company level Ohio 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': False
}