[IMP] l10n_us_hr_payroll: Changed suta rate and added exempt.

H2816
This commit is contained in:
Bhoomi Vaishnani
2020-08-07 08:07:20 -04:00
parent ff094dba64
commit c7180ae5b9
3 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
</record>
<data noupdate="1">
<record id="rule_parameter_us_ky_suta_rate_2020" model="hr.rule.parameter.value">
<field name="parameter_value">2.4</field>
<field name="parameter_value">2.7</field>
<field name="rule_parameter_id" ref="rule_parameter_us_ky_suta_rate"/>
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
</record>

View File

@@ -9,7 +9,7 @@ class TestUsKYPayslip(TestUsPayslip):
# 2020 Taxes and Rates
###
KY_UNEMP_MAX_WAGE = 10800.0
KY_UNEMP = 2.4
KY_UNEMP = 2.7
# Calculation based on example https://revenue.ky.gov/Forms/42A003(T)%20(12-2019)%202020%20Tax%20Tables.pdf
def _test_sit(self, wage, additional_withholding, schedule_pay, date_start, expected_withholding):

View File

@@ -134,7 +134,8 @@
</group>
<group name="state_ky_kentucky" string="KY Kentucky" attrs="{'invisible':[('state_id', '!=', %(base.state_us_18)s)]}">
<p colspan="2"><h3>No additional fields.</h3></p>
<field name="state_income_tax_additional_withholding" string="Additional Withholding 4."/>
<field name="state_income_tax_exempt" string="Exempt"/>
<field name="state_income_tax_additional_withholding" string="Additional Withholding"/>
</group>
<group name="state_la_louisiana" string="LA Louisiana" attrs="{'invisible':[('state_id', '!=', %(base.state_us_19)s)]}">
<p colspan="2"><h3>Form LA L-4 - State Income Tax</h3></p>