Files
suite/l10n_us_oh_hr_payroll/__manifest__.py
Jared Kipe 6d7a221615 Adding all from 11.0 https://github.com/hibou-io/odoo-hr-payroll
hr_payroll_holidays
hr_payroll_input_name_report
hr_payroll_input_report
hr_payroll_payment
hr_payroll_timesheet
hr_payslip_line_date
l10n_us_fl_hr_payroll
l10n_us_hr_payroll
l10n_us_mo_hr_payroll
l10n_us_oh_hr_payroll
l10n_us_va_hr_payroll
2018-04-30 08:15:31 -07:00

32 lines
856 B
Python
Executable File

# -*- encoding: utf-8 -*-
{
'name': 'USA - Ohio - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '11.0.2017.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':[
'hr_payroll_view.xml',
'data/base.xml',
'data/rules_2016.xml',
'data/rules_2017.xml',
'data/rules_2018.xml',
'data/final.xml',
],
'installable': True
}