Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
12
report_xml/demo/demo_report.xml
Normal file
12
report_xml/demo/demo_report.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<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>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user