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.

82 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Qweb XML Reports
  4. ================
  5. This module was written to extend the functionality of the reporting engine to
  6. support XML reports and allow modules to generate them by code or by QWeb
  7. templates.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. * Install the repository `reporting-engine`_.
  12. Configuration
  13. =============
  14. No manual configuration is needed.
  15. Usage
  16. =====
  17. This module is technical, so its usage instructions are intended for module
  18. developers.
  19. To use this module, you need to:
  20. * Create a module.
  21. * Make it depend on this one.
  22. * Follow `instructions to create reports`_ having in mind that the
  23. ``report_type`` field in your ``ir.actions.report.xml`` record must be
  24. ``qweb-xml``.
  25. In case you want to create a `custom report`_, the instructions remain the same
  26. as for HTML reports, and the method that you must override is also called
  27. ``render_html``, even when this time you are creating a XML report.
  28. You can visit http://<server-address>/report/xml/<module.report_name>/<ids>
  29. to see your XML report online as a web page.
  30. For further information, please visit:
  31. * https://www.odoo.com/forum/help-1
  32. * https://github.com/OCA/reporting-engine
  33. Known issues / Roadmap
  34. ======================
  35. None
  36. Credits
  37. =======
  38. * Icon taken from http://commons.wikimedia.org/wiki/File:Text-xml.svg.
  39. Contributors
  40. ------------
  41. * Jairo Llopis <j.llopis@grupoesoc.es>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit http://odoo-community.org.
  52. .. _reporting-engine: https://github.com/OCA/reporting-engine
  53. .. _instructions to create reports: https://www.odoo.com/documentation/8.0/reference/reports.html
  54. .. _custom report: https://www.odoo.com/documentation/8.0/reference/reports.html#custom-reports