mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
30 lines
796 B
Python
Executable File
30 lines
796 B
Python
Executable File
{
|
|
'name': 'USA - Ohio - 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::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': True
|
|
}
|