summaryrefslogtreecommitdiff
path: root/account_reports_xlsx/views/financial_report_xls_view.xml
blob: 05c02bfa61242881f3bc8650db82cdfb9d0f65ec (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>
         <report
            id="accounting_report_xls"
            model="accounting.report.xlsx"
            string="Financial Report "
            print_report_name = "Financial Report"
            report_type="xlsx"
            name="account_reports_xlsx.financial_report_xls"
            file="account_reports_xlsx.financial_report_xls"
            attachment_use="False"
        />
    </data>
</odoo>