Improved US Payroll form views

This commit is contained in:
Kristen Marie Kulha
2018-05-03 15:24:28 -07:00
committed by Jared Kipe
parent 8de533c794
commit f3e49b34c4

View File

@@ -17,15 +17,17 @@
<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">64</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="//field[@name='w4_filing_status']" position="before">
<field name="mo_mow4_filing_status"/>
<field name="mo_mow4_exemptions"/>
<field name="mo_mow4_spouse_employed"/>
<field name="mo_mow4_additional_withholding"/>
<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>