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.

52 lines
2.9 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 | maintainers | 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_sql_editor](bi_sql_editor/) | 14.0.1.0.0 | | BI Views builder, based on Materialized or Normal SQL Views
  17. [bi_view_editor](bi_view_editor/) | 14.0.1.0.0 | | Graphical BI views builder for Odoo
  18. [kpi_dashboard](kpi_dashboard/) | 14.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Create Dashboards using kpis
  19. [report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 14.0.1.0.0 | | Report Qweb Element Page Visibility
  20. [report_qweb_encrypt](report_qweb_encrypt/) | 14.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Allow to encrypt qweb pdfs
  21. [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
  22. [report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 14.0.1.0.0 | | Add watermarks to your QWEB PDF reports
  23. [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.
  24. [report_xlsx](report_xlsx/) | 14.0.1.0.3 | | Base module to create xlsx report
  25. [report_xlsx_helper](report_xlsx_helper/) | 14.0.1.0.0 | | Report xlsx helpers
  26. [report_xlsx_helper_demo](report_xlsx_helper_demo/) | 14.0.1.0.0 | | Report xlsx helpers - demo
  27. [report_xml](report_xml/) | 14.0.1.0.1 | | Allow to generate XML reports
  28. [//]: # (end addons)
  29. <!-- prettier-ignore-end -->
  30. ## Licenses
  31. This repository is licensed under [AGPL-3.0](LICENSE).
  32. However, each module can have a totally different license, as long as they adhere to OCA
  33. policy. Consult each module's `__manifest__.py` file, which contains a `license` key
  34. that explains its license.
  35. ----
  36. OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
  37. organization whose mission is to support the collaborative development of Odoo features
  38. and promote its widespread use.