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.

63 lines
1.7 KiB

5 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==================
  5. BI Views aggregate
  6. ==================
  7. This module extends the functionality of bi_sql_editor, to support creation
  8. custom aggregation for float and integer values.
  9. After the model is generated, before creating the UI, the option is given
  10. to define aggregation - either Sum (Default), Average, Minimum, or Maximum.
  11. Configuration
  12. =============
  13. No configuration is required after installation.
  14. Usage
  15. =====
  16. To use this module, you need to adjust the aggregation on the custom fields
  17. tab of the sql_view between validating the SQL
  18. #. Go to 'Reporting' / 'Custom Reports'
  19. Known issues / Roadmap
  20. ======================
  21. * Can be integrated with bi_sql_editor, but breaks for existing sites.
  22. * Would be good to integrate and remove need for additional install.
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues
  26. <https://github.com/OCA/reporting-engine/issues>`_. In case of trouble, please
  27. check there if your issue has already been reported. If you spotted it first,
  28. help us smash it by providing detailed and welcomed feedback.
  29. Credits
  30. =======
  31. Contributors
  32. ------------
  33. * Richard deMeester, Willdoo IT (http://www.willdooit.com/)
  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 https://odoo-community.org.