summaryrefslogtreecommitdiff
path: root/addons/l10n_in/views/res_country_state_view.xml
blob: bdac8ff624162765d9e0604843679f15ccfe07c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<odoo>

    <record id="l10n_in_view_country_state_form_inherit" model="ir.ui.view">
        <field name="name">l10n.in.res.country.state.form.inhert</field>
        <field name="model">res.country.state</field>
        <field name="inherit_id" ref="base.view_country_state_form"/>
        <field name="arch" type="xml">
            <field name="code" position="after">
                <field name="l10n_in_tin"/>
            </field>
        </field>
    </record>

</odoo>