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.

103 lines
3.2 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. Bug Tracker
  40. ===========
  41. Bugs are tracked on `GitHub Issues
  42. <https://github.com/OCA/reporting-engine/issues>`_. In case of trouble, please
  43. check there if your issue has already been reported. If you spotted it first,
  44. help us smashing it by providing a detailed and welcomed `feedback
  45. <https://github.com/OCA/
  46. reporting-engine/issues/new?body=module:%20
  47. bi_view_editor%0Aversion:%20
  48. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  49. Credits
  50. =======
  51. Images
  52. ------
  53. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  54. Contributors
  55. ------------
  56. * Simon Janssens <s.janssens@onestein.nl>
  57. * Diego Luis Neto <diegoluis.neto@gmail.com>
  58. * Dennis Sluijk <d.sluijk@onestein.nl>
  59. * Kevin Graveman <k.graveman@onestein.nl>
  60. * Richard Dijkstra <r.dijkstra@onestein.nl>
  61. * Andrea Stirpe <a.stirpe@onestein.nl>
  62. * Antonio Esposito <a.esposito@onestein.nl>
  63. Maintainer
  64. ----------
  65. .. image:: https://odoo-community.org/logo.png
  66. :alt: Odoo Community Association
  67. :target: https://odoo-community.org
  68. This module is maintained by the OCA.
  69. OCA, or the Odoo Community Association, is a nonprofit organization whose
  70. mission is to support the collaborative development of Odoo features and
  71. promote its widespread use.
  72. To contribute to this module, please visit https://odoo-community.org.