Update l10n_us_mo_hr_payroll for 2019 Rates and Limits

Notably, there are no longer allowances in the Missouri Withholding tables, and the Federal Income Tax Withholding calculation is no longer a factor.
This commit is contained in:
Jared Kipe
2019-01-20 12:54:08 -08:00
parent 5541ed22c8
commit 23cbdabe00
13 changed files with 500 additions and 234 deletions

View File

@@ -26,19 +26,19 @@
<!-- HR SALARY RULE CATEGORIES-->
<record id="hr_payroll_mo_unemp_wages" model="hr.salary.rule.category">
<field name="name">Missouri Unemployment - Wages</field>
<field name="code">MO_UNEMP_WAGES</field>
<field name="name">Wage: US-MO Unemployment</field>
<field name="code">WAGE_US_MO_UNEMP</field>
</record>
<record id="hr_payroll_mo_unemp" model="hr.salary.rule.category">
<field name="name">Missouri Unemployment</field>
<field name="code">MO_UNEMP</field>
<field name="name">ER: US-MO Unemployment</field>
<field name="code">ER_US_MO_UNEMP</field>
<field name="parent_id" ref="hr_payroll.COMP"/>
</record>
<record id="hr_payroll_mo_income_withhold" model="hr.salary.rule.category">
<field name="name">Missouri Income Withholding</field>
<field name="code">MO_INC_WITHHOLD</field>
<field name="name">EE: US-MO Income Withholding</field>
<field name="code">EE_US_MO_INC_WITHHOLD</field>
<field name="parent_id" ref="hr_payroll.DED"/>
</record>