Files
suite/l10n_us_mo_hr_payroll/views/hr_payroll_views.xml
Jared Kipe 23cbdabe00 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.
2019-02-10 16:08:12 -08:00

24 lines
1.0 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="hr_contract_form_l10n_us_mo_inherit" model="ir.ui.view">
<field name="name">hr.contract.form.inherit</field>
<field name="model">hr.contract</field>
<field name="priority">138</field>
<field name="inherit_id" ref="hr_contract.hr_contract_view_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//group[@name='state_filing']" position="inside">
<group string="Missouri" name="mo">
<field name="mo_mow4_filing_status" string="Filing Status"/>
<field name="mo_mow4_exemptions" string="Exceptions"/>
<field name="mo_mow4_spouse_employed" string="Spouse Employed"/>
<field name="mo_mow4_additional_withholding" string="Additional Withholding"/>
</group>
</xpath>
</data>
</field>
</record>
</data>
</odoo>