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.

92 lines
2.9 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. - Click "Open BI View" to view the result
  26. - If module Dashboard (board) is installed, the standard "Add to My Dashboard" functionality would be available
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/143/9.0
  30. Known issues / Roadmap
  31. ======================
  32. * Non-stored fields are not supported
  33. * Provide graph view for table relations
  34. * Extend the capabilities of the tree views (e.g. add sums)
  35. * Provide a tutorial (eg. a working example of usage)
  36. Bug Tracker
  37. ===========
  38. Bugs are tracked on `GitHub Issues
  39. <https://github.com/OCA/reporting-engine/issues>`_. In case of trouble, please
  40. check there if your issue has already been reported. If you spotted it first,
  41. help us smash it by providing detailed and welcomed feedback.
  42. Credits
  43. =======
  44. Images
  45. ------
  46. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  47. Contributors
  48. ------------
  49. * Simon Janssens <s.janssens@onestein.nl>
  50. * Diego Luis Neto <diegoluis.neto@gmail.com>
  51. * Dennis Sluijk <d.sluijk@onestein.nl>
  52. * Kevin Graveman <k.graveman@onestein.nl>
  53. * Richard Dijkstra <r.dijkstra@onestein.nl>
  54. * Andrea Stirpe <a.stirpe@onestein.nl>
  55. * Antonio Esposito <a.esposito@onestein.nl>
  56. * Jordi Ballester Alomar <jordi.ballester@eficent.com>
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit https://odoo-community.org.