mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_xml: Migration to 14.0
This commit is contained in:
committed by
Enric Tobella
parent
09d1d54ee6
commit
98262b1445
@@ -1,19 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<report
|
||||
id="demo_xml_report"
|
||||
name="report_xml.demo_report_xml_view"
|
||||
string="Demo xml report"
|
||||
report_type="qweb-xml"
|
||||
print_report_name="'Demo xml report'"
|
||||
model="res.company"
|
||||
/>
|
||||
<!--
|
||||
<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`
|
||||
-->
|
||||
<record id="demo_xml_report" model="ir.actions.report">
|
||||
-->
|
||||
<field name="xsd_schema" type="base64" file="report_xml/demo/demo_report.xsd" />
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user