Files
suite/l10n_us_hr_payroll/__manifest__.py

40 lines
1.2 KiB
Python
Executable File

{
'name': 'USA - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Localization',
'depends': ['hr_payroll', 'hr_payroll_rate'],
'version': '12.0.2020.1.0',
'description': """
USA Payroll Rules.
==================
* Contract W4 Filing Status & Allowances
* FICA Social Security (with wages cap)
* FICA Medicare
* FICA Additioal Medicare Wages & Tax
* FUTA Federal Unemployment (with wages cap)
* Federal Income Tax Withholdings based on W4 values
""",
'auto_install': False,
'website': 'https://hibou.io/',
'data': [
'security/ir.model.access.csv',
'data/base.xml',
'data/integration_rules.xml',
'data/federal/fed_940_futa_parameters.xml',
'data/federal/fed_940_futa_rules.xml',
'data/federal/fed_941_fica_parameters.xml',
'data/federal/fed_941_fica_rules.xml',
'data/federal/fed_941_fit_parameters.xml',
'data/federal/fed_941_fit_rules.xml',
'data/state/fl_florida.xml',
'data/state/pa_pennsylvania.xml',
'data/final.xml',
'views/hr_contract_views.xml',
'views/us_payroll_config_views.xml',
],
'installable': True,
'license': 'OPL-1',
}