diff --git a/l10n_us_oh_hr_payroll/hr_payroll.py b/l10n_us_oh_hr_payroll/hr_payroll.py index 3f648563..ee321819 100755 --- a/l10n_us_oh_hr_payroll/hr_payroll.py +++ b/l10n_us_oh_hr_payroll/hr_payroll.py @@ -5,6 +5,7 @@ class USOHHrContract(models.Model): _inherit = 'hr.contract' oh_income_allowances = fields.Integer(string='Ohio Income Allowances', default=0) + oh_additional_withholding = fields.Float(string="Additional Withholding", default=0.0) @api.multi def oh_unemp_rate(self, year): diff --git a/l10n_us_oh_hr_payroll/hr_payroll_view.xml b/l10n_us_oh_hr_payroll/hr_payroll_view.xml index ea1e722d..d5710c08 100755 --- a/l10n_us_oh_hr_payroll/hr_payroll_view.xml +++ b/l10n_us_oh_hr_payroll/hr_payroll_view.xml @@ -26,6 +26,7 @@ +