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.

85 lines
2.6 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. BI View Editor is a tool integrated in Odoo that allows users define and
  8. execute their own reports without the need to code.
  9. Purpose:
  10. * The BI View Editor is used to create reports not already contained in the
  11. standard Odoo, combining data from existing sources.
  12. * It has been designed to be used by users with little or no knowledge of
  13. the technical architecture of Odoo. Users visually link business objects
  14. and select the fields to visualize.
  15. * The BI View Editor offers users different types of representations,
  16. including tree, graph, pivot views.
  17. Usage
  18. =====
  19. To graphically design your analysis data-set:
  20. - From the Reporting menu, select "Custom BI Views"
  21. - Browse trough the business objects in the Query tab
  22. - Pick the interesting fields (Drag & Drop)
  23. - For each selected field, right-click on the Options column and select whether it's a row, column or measure
  24. - Save and click "Generate BI View"
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/143/9.0
  28. Known issues / Roadmap
  29. ======================
  30. * Non-stored fields are not supported
  31. * Provide graph view for table relations
  32. * Extend the capabilities of the tree views (e.g. add sums)
  33. * Add possibility to store the BI view in user dashboard, like any other graph or cross table
  34. * Provide a tutorial (eg. a working example of usage)
  35. Credits
  36. =======
  37. Images
  38. ------
  39. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  40. Contributors
  41. ------------
  42. * Simon Janssens <s.janssens@onestein.nl>
  43. * Diego Luis Neto <diegoluis.neto@gmail.com>
  44. * Dennis Sluijk <d.sluijk@onestein.nl>
  45. * Kevin Graveman <k.graveman@onestein.nl>
  46. * Richard Dijkstra <r.dijkstra@onestein.nl>
  47. * Andrea Stirpe <a.stirpe@onestein.nl>
  48. * Antonio Esposito <a.esposito@onestein.nl>
  49. * Jordi Ballester Alomar <jordi.ballester@eficent.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.