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.

91 lines
2.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==============
  5. BI View Editor
  6. ==============
  7. The module BI View Editor is user-friendly tool (Query Builder) integrated in Odoo.
  8. It creates views for Odoo 9, allowing the user to specify graphically the sources
  9. and the attributes of the data-set to analyze, automating all the operations for
  10. creating all the necessary low level Odoo objects.
  11. It is intended for:
  12. - Graphically define your analysis data-set
  13. - Add new computed information to your data set
  14. - Specify the visualization attributes
  15. - Create the basis for a new data exploration method in Odoo
  16. Benefits would be:
  17. - More freedom to consultants or end users to customize views
  18. - No more external tools for data analysis
  19. - Easy update of your BI reports
  20. - No more external tools for data analysis
  21. Usage
  22. =====
  23. To graphically design your analysis data-set:
  24. - From the Reporting menu, select "Custom BI Views"
  25. - Browse trough the business objects in the Query tab
  26. - Pick the interesting fields (Drag & Drop)
  27. - For each selected field, right-click on the Options column and select whether it's a row, column or measure
  28. - Save and click "Generate BI View"
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/143/9.0
  32. Known issues / Roadmap
  33. ======================
  34. * Non-stored fields are not supported
  35. * Provide graph view for table relations
  36. * Use the same concept (dinamically create list views) to build reports: generate an ad-hoc query object that displays the fields that you want for the report, for a given join query
  37. * Add possibility to store the BI view in user dashboard, like any other graph or cross table
  38. * Provide a tutorial (eg. a working example of usage)
  39. Credits
  40. =======
  41. Images
  42. ------
  43. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  44. Contributors
  45. ------------
  46. * Simon Janssens <s.janssens@onestein.nl>
  47. * Diego Luis Neto <diegoluis.neto@gmail.com>
  48. * Dennis Sluijk <d.sluijk@onestein.nl>
  49. * Kevin Graveman <k.graveman@onestein.nl>
  50. * Richard Dijkstra <r.dijkstra@onestein.nl>
  51. * Andrea Stirpe <a.stirpe@onestein.nl>
  52. * Antonio Esposito <a.esposito@onestein.nl>
  53. Maintainer
  54. ----------
  55. .. image:: https://odoo-community.org/logo.png
  56. :alt: Odoo Community Association
  57. :target: https://odoo-community.org
  58. This module is maintained by the OCA.
  59. OCA, or the Odoo Community Association, is a nonprofit organization whose
  60. mission is to support the collaborative development of Odoo features and
  61. promote its widespread use.
  62. To contribute to this module, please visit https://odoo-community.org.