Files
suite/l10n_us_wa_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

29 lines
820 B
Python
Executable File

{
'name': 'USA - Washington - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '11.0.2018.0.0',
'description': """
USA::Washington Payroll Rules.
==============================
* Contribution register and partner for Washington Employment Security Department - Unemployment
* Contribution register and partner for Washington Labor & Industries - (LNI)
* Contract level LNI
* Company level Washington Unemployment Rate
""",
'auto_install': False,
'website': 'https://hibou.io/',
'data': [
'security/ir.model.access.csv',
'hr_payroll_view.xml',
'data/base.xml',
'data/rules_2018.xml',
'data/final.xml',
],
'installable': False
}