summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_lock_date.xml
blob: 46705cb44d6afde36835a312f6cc93b104a65630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
    <data>
        <record id="account_lock_date_inherit_wizard" model="ir.ui.view">
            <field name="name">account.lock.date.inherit.wizard</field>
            <field name="model">account.lock.date</field>
            <field name="inherit_id" ref="base_accounting_kit.account_update_lock_date_form_view"/>
            <field name="arch" type="xml">
                <field name="fiscalyear_lock_date" position="after">
                    <field name="excluded_user_ids"/>
                </field>
            </field>
        </record>
    </data>
</odoo>