From 979a691e7b158bb16b5014984f1a798ee4da565b Mon Sep 17 00:00:00 2001 From: Kristen Marie Kulha Date: Mon, 9 Jul 2018 16:31:53 -0700 Subject: [PATCH] Added `oh_additional_withholding` field to `l10n_us_oh_hr_payroll`. --- l10n_us_oh_hr_payroll/hr_payroll.py | 1 + l10n_us_oh_hr_payroll/hr_payroll_view.xml | 1 + 2 files changed, 2 insertions(+) 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 @@ +