mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_xml: Migration to 10.0
This commit is contained in:
21
report_xml/demo/report.xml
Normal file
21
report_xml/demo/report.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="demo_report_xml_view">
|
||||
<t t-call="report_xml.utf8_header">
|
||||
<root>
|
||||
<user t-foreach="docs" t-as="doc">
|
||||
<name t-esc="doc.name"/>
|
||||
<vat t-esc="doc.vat"/>
|
||||
</user>
|
||||
</root>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<report id="demo_xml_report"
|
||||
name="report_xml.demo_report_xml_view"
|
||||
string="Demo xml report"
|
||||
report_type="qweb-xml"
|
||||
model="res.company"/>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user