mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user