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">20</field>
  16. <field name="margin_bottom">20</field>
  17. <field name="header_spacing">20</field>
  18. <field name="footer_spacing">5</field>
  19. <field name="orientation">Landscape</field>
  20. </record>
  21. <!--report open invoice-->
  22. <report
  23. string="Open Invoice Report"
  24. id="action_open_invoice_report"
  25. model="open.invoice.wizard"
  26. report_type="qweb-pdf"
  27. name="account_financial_report_qweb.open_invoice_report_qweb"
  28. file="account_financial_report_qweb.open_invoice_report_qweb"/>
  29. <record id="action_open_invoice_report" model="ir.actions.report.xml">
  30. <field name="paperformat_id" ref="account_financial_report_qweb.open_invoice_report_format_a4_horizontal"/>
  31. </record>
  32. </data>
  33. </openerp>