OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
330 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <odoo>
  3. <template id="demo_report_xml_view">
  4. <root>
  5. <user t-foreach="docs" t-as="doc">
  6. <id t-esc="doc.id" />
  7. <name t-esc="doc.name" />
  8. <vat t-esc="doc.vat" />
  9. </user>
  10. </root>
  11. </template>
  12. </odoo>