Files
suite/l10n_us_wa_hr_payroll/__manifest__.py

30 lines
847 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': '12.0.2019.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',
'views/hr_payroll_views.xml',
'data/base.xml',
'data/rates.xml',
'data/rules.xml',
'data/final.xml',
],
'installable': True
}