summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_financial_report_view.xml
blob: c524f1c05b5e261e00a84859660bcddfe7a54f9a (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="custom_accounting_report_view" model="ir.ui.view">
        <field name="name">Accounting Report</field>
        <field name="model">accounting.report.xlsx</field>
        <field name="inherit_id" ref="account_reports_xlsx.accounting_report_view"/>
        <field name="arch" type="xml">
            <field name="date_to" position="after">
                <field name="by_month"/>
            </field>
        </field>
    </record>

</odoo>