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.

69 lines
1.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Qweb XML Reports Sample Module
  4. ==============================
  5. This module was written to serve as a sample for developers that want to
  6. generate Qweb XML reports in their modules. It is useless for the final user.
  7. Installation
  8. ============
  9. To install this module, you need to:
  10. * Install lxml_ in Odoo's ``$PYTHONPATH``.
  11. * Install the repository `reporting-engine`_.
  12. Configuration
  13. =============
  14. No manual configuration is needed.
  15. Usage
  16. =====
  17. Go to *Messaging > Organizer > Contacts*, enter any partner (or switch to *list
  18. view* and select one or more of them), and under the *Print* menu download any
  19. of the XML sample reports.
  20. For further information, please visit:
  21. * https://www.odoo.com/documentation/8.0/reference/qweb.html
  22. * https://www.odoo.com/documentation/8.0/reference/reports.html
  23. * https://www.odoo.com/forum/help-1
  24. * https://github.com/OCA/reporting-engine
  25. Known issues / Roadmap
  26. ======================
  27. None
  28. Credits
  29. =======
  30. * Icon taken from http://commons.wikimedia.org/wiki/File:Text-xml.svg.
  31. Contributors
  32. ------------
  33. * Jairo Llopis <j.llopis@grupoesoc.es>
  34. Maintainer
  35. ----------
  36. .. image:: https://odoo-community.org/logo.png
  37. :alt: Odoo Community Association
  38. :target: https://odoo-community.org
  39. This module is maintained by the OCA.
  40. OCA, or the Odoo Community Association, is a nonprofit organization whose
  41. mission is to support the collaborative development of Odoo features and
  42. promote its widespread use.
  43. To contribute to this module, please visit http://odoo-community.org.
  44. .. _reporting-engine: https://github.com/OCA/reporting-engine
  45. .. _lxml: http://lxml.de/