view_account_account.xml 427 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0"?>
<odoo>

    <record id="view_account_account_form_inherit" model="ir.ui.view">
        <field name="model">account.account</field>
        <field name="inherit_id" ref="account.view_account_form"/>
        <field name="arch" type="xml">
            <field name="deprecated" position="after">
                <field name="reconciled_account" />
            </field>
        </field>
    </record>

</odoo>