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.

19 lines
682 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <odoo>
  3. <report
  4. id="demo_xml_report"
  5. name="report_xml.demo_report_xml_view"
  6. string="Demo xml report"
  7. report_type="qweb-xml"
  8. print_report_name="'Demo xml report'"
  9. model="res.company"
  10. />
  11. <!--
  12. In case of demo data next definition will not work. So it just example
  13. how it should look. If report is a part of demo data you will need
  14. add file to report instance via `post_install_hook`
  15. -->
  16. <record id="demo_xml_report" model="ir.actions.report">
  17. <field name="xsd_schema" type="base64" file="report_xml/demo/demo_report.xsd" />
  18. </record>
  19. </odoo>