~pedro.baeza/openerp-spain/6.1-l10n_es_bank_statement-fy_fix

« back to all changes in this revision

Viewing changes to l10n_es_partner/partner_es_view.xml

[FIX] l10n_es_partner: compatibilidad IBAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        <field name="inherit_id" ref="account.view_partner_property_form"/>
9
9
        <field name="arch" type="xml">
10
10
            <field name="acc_number" position="attributes">
11
 
                <attribute name="on_change">onchange_banco(acc_number, acc_country_id)</attribute>
 
11
                <attribute name="on_change">onchange_banco(acc_number, acc_country_id, state)</attribute>
12
12
            </field>
13
13
            <field name="acc_number" position="after">
14
 
                <field name="acc_country_id" on_change="onchange_banco(acc_number, acc_country_id)"/>
 
14
                <field name="acc_country_id" on_change="onchange_banco(acc_number, acc_country_id, state)"/>
15
15
            </field>
16
16
        </field>
17
17
    </record>
21
21
        <field name="inherit_id" ref="base.view_partner_bank_form"/>
22
22
        <field name="arch" type="xml">
23
23
            <field name="acc_number" position="attributes">
24
 
                <attribute name="on_change">onchange_banco(acc_number, acc_country_id)</attribute>
 
24
                <attribute name="on_change">onchange_banco(acc_number, acc_country_id, state)</attribute>
25
25
            </field>
26
26
            <field name="acc_number" position="after">
27
 
                <field name="acc_country_id" on_change="onchange_banco(acc_number, acc_country_id)"/>
 
27
                <field name="acc_country_id" on_change="onchange_banco(acc_number, acc_country_id, state)"/>
28
28
            </field>
29
29
        </field>
30
30
    </record>