Files
suite/l10n_us_pa_hr_payroll/__manifest__.py
2019-02-10 16:03:18 -08:00

30 lines
882 B
Python
Executable File

{
'name': 'USA - Pennsylvania - 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::Pennsylvania Payroll Rules.
================================
* Partner for Pennsylvania Department of Revenue
* Contribution register for Pennsylvania Department of Revenue - Unemployment Insurance
* Contribution register Pennsylvania Department of Revenue - State Income Tax
* Contract level Pennsylvania Unemployment Rate
* Company level Pennsylvania Unemployement 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
}