mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
13 lines
336 B
XML
13 lines
336 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<flectra>
|
||
|
<template id="demo_report_xml_view">
|
||
|
<root>
|
||
|
<user t-foreach="docs" t-as="doc">
|
||
|
<id t-esc="doc.id" />
|
||
|
<name t-esc="doc.name" />
|
||
|
<vat t-esc="doc.vat" />
|
||
|
</user>
|
||
|
</root>
|
||
|
</template>
|
||
|
</flectra>
|