~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_homere_interface/hr_payroll_wizard.xml

Tags: d1sp4-rc2
UF-679 [DEV] HQ entries - Expenses recorded
lp:~unifield-team/unifield-wm/UF_679_hq_entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
                </form>
92
92
            </field>
93
93
        </record>
 
94
        
 
95
        <record id="payroll_import_error" model="ir.ui.view">
 
96
            <field name="name">payroll.import.error</field>
 
97
            <field name="model">hr.payroll.import.confirmation</field>
 
98
            <field name="type">form</field>
 
99
            <field name="arch" type="xml">
 
100
                <form string="Import Errors">
 
101
                    <label string="Errors" colspan="4" align="0.0"/>
 
102
                    <group colspan="4" col="6">
 
103
                        <field name="total" attrs="{'invisible': [('state', 'in', ['none', 'payroll'])]}"/>
 
104
                        <field name="nberrors" attrs="{'invisible': [('state', 'in', ['none', 'payroll'])]}"/>
 
105
                    </group>
 
106
                    <field name="errors" colspan="4" nolabel="1" />
 
107
                    <button icon="gtk-cancel" special="cancel" string="Cancel" colspan="2" />
 
108
                    <field name="state" invisible="1"/>
 
109
                </form>
 
110
            </field>
 
111
        </record>
94
112
 
95
113
        <record id="payroll_import_wizard" model="ir.ui.view">
96
114
            <field name="name">payroll.import.wizard</field>