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.

29 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="substitution_report">
  4. <div class="page">Substitution Report</div>
  5. </template>
  6. <report id="substitution_report_print"
  7. string="Substitution For Technical guide"
  8. model="ir.module.module"
  9. report_type="qweb-pdf"
  10. file="report_substitute.substitution_report"
  11. name="report_substitute.substitution_report"/>
  12. <record id="substitution_rule_demo_1" model="ir.actions.report.substitution.rule">
  13. <field name="action_report_id" ref="base.ir_module_reference_print"/>
  14. <field name="substitution_action_report_id" ref="report_substitute.substitution_report_print"/>
  15. </record>
  16. <template id="substitution_report_2">
  17. <div class="page">Substitution Report 2</div>
  18. </template>
  19. <report id="substitution_report_print_2"
  20. string="Substitution 2 For Technical guide"
  21. model="ir.module.module"
  22. report_type="qweb-pdf"
  23. file="report_substitute.substitution_report_2"
  24. name="report_substitute.substitution_report_2"/>
  25. </odoo>