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.

40 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report
  5. id="action_report_general_ledger_qweb"
  6. model="report.account.report_generalledger_qweb"
  7. string="General Ledger"
  8. report_type="qweb-pdf"
  9. name="account.report_generalledger_qweb"
  10. file="account.report_generalledger_qweb"
  11. />
  12. <!--PaperFormat A4 internal open invoice-->
  13. <record id="open_invoice_report_format_a4_horizontal" model="report.paperformat">
  14. <field name="name">Open Invoice Report Internal A4 Horizontal</field>
  15. <field name="margin_top">30</field>
  16. <field name="margin_bottom">20</field>
  17. <field name="header_spacing">20</field>
  18. <field name="orientation">Landscape</field>
  19. </record>
  20. <!--report open invoice-->
  21. <report
  22. string="Open Invoice Report"
  23. id="report_open_invoice_report"
  24. model="open.invoice.wizard"
  25. report_type="qweb-pdf"
  26. name="account_financial_report_qweb.open_invoice_report_qweb"
  27. file="account_financial_report_qweb.open_invoice_report_qweb"/>
  28. <record id="report_open_invoice_report" model="ir.actions.report.xml">
  29. <field name="paperformat_id" ref="account_financial_report_qweb.open_invoice_report_format_a4_horizontal"/>
  30. </record>
  31. </data>
  32. </openerp>