mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 18:22:04 +00:00
17 lines
742 B
XML
17 lines
742 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<flectra>
|
|
<record id="demo_xml_report" model="ir.actions.report">
|
|
<field name="name">Demo xml report</field>
|
|
<field name="model">res.company</field>
|
|
<field name="report_type">qweb-xml</field>
|
|
<field name="report_name">report_xml.demo_report_xml_view</field>
|
|
<field name="report_file">res_company</field>
|
|
<!--
|
|
In case of demo data next definition will not work. So it just example
|
|
how it should look. If report is a part of demo data you will need
|
|
add file to report instance via `post_install_hook`
|
|
-->
|
|
<field name="xsd_schema" type="base64" file="report_xml/demo/demo_report.xsd" />
|
|
</record>
|
|
</flectra>
|