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.

50 lines
2.5 KiB

  1. [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/143/14.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-reporting-engine-143)
  2. [![Build Status](https://travis-ci.com/OCA/reporting-engine.svg?branch=14.0)](https://travis-ci.com/OCA/reporting-engine)
  3. [![codecov](https://codecov.io/gh/OCA/reporting-engine/branch/14.0/graph/badge.svg)](https://codecov.io/gh/OCA/reporting-engine)
  4. [![Translation Status](https://translation.odoo-community.org/widgets/reporting-engine-14-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/reporting-engine-14-0/?utm_source=widget)
  5. <!-- /!\ do not modify above this line -->
  6. # reporting-engine
  7. TODO: add repo description.
  8. <!-- /!\ do not modify below this line -->
  9. <!-- prettier-ignore-start -->
  10. [//]: # (addons)
  11. Available addons
  12. ----------------
  13. addon | version | summary
  14. --- | --- | ---
  15. [base_comment_template](base_comment_template/) | 14.0.2.0.1 | Add conditional mako template to any reporton models that inherits comment.template.
  16. [bi_view_editor](bi_view_editor/) | 14.0.1.0.0 | Graphical BI views builder for Odoo
  17. [kpi_dashboard](kpi_dashboard/) | 14.0.1.0.0 | Create Dashboards using kpis
  18. [report_qweb_encrypt](report_qweb_encrypt/) | 14.0.1.0.0 | Allow to encrypt qweb pdfs
  19. [report_qweb_parameter](report_qweb_parameter/) | 14.0.1.0.0 | Add new parameters for qweb templates in order to reduce field length and check minimal length
  20. [report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 14.0.1.0.0 | Add watermarks to your QWEB PDF reports
  21. [report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 14.0.1.0.0 | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.
  22. [report_xlsx](report_xlsx/) | 14.0.1.0.1 | Base module to create xlsx report
  23. [report_xlsx_helper](report_xlsx_helper/) | 14.0.1.0.0 | Report xlsx helpers
  24. [report_xlsx_helper_demo](report_xlsx_helper_demo/) | 14.0.1.0.0 | Report xlsx helpers - demo
  25. [report_xml](report_xml/) | 14.0.1.0.0 | Allow to generate XML reports
  26. [//]: # (end addons)
  27. <!-- prettier-ignore-end -->
  28. ## Licenses
  29. This repository is licensed under [AGPL-3.0](LICENSE).
  30. However, each module can have a totally different license, as long as they adhere to OCA
  31. policy. Consult each module's `__manifest__.py` file, which contains a `license` key
  32. that explains its license.
  33. ----
  34. OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
  35. organization whose mission is to support the collaborative development of Odoo features
  36. and promote its widespread use.