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.

99 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 8, 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. - Save and click "Generate BI View"
  28. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  29. :alt: Try me on Runbot
  30. :target: https://runbot.odoo-community.org/runbot/143/8.0
  31. Known issues / Roadmap
  32. ======================
  33. * Non-stored fields are not supported yet
  34. * Provide graph view for table relations (would be a "nice to have")
  35. * Porting to Odoo 9.0
  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 smashing it by providing a detailed and welcomed `feedback
  42. <https://github.com/OCA/
  43. reporting-engine/issues/new?body=module:%20
  44. bi_view_editor%0Aversion:%20
  45. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  46. Credits
  47. =======
  48. Images
  49. ------
  50. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  51. Contributors
  52. ------------
  53. * Simon Janssens <s.janssens@onestein.nl>
  54. * Diego Luis Neto <diegoluis.neto@gmail.com>
  55. * Dennis Sluijk <d.sluijk@onestein.nl>
  56. * Kevin Graveman <k.graveman@onestein.nl>
  57. * Richard Dijkstra <r.dijkstra@onestein.nl>
  58. * Andrea Stirpe <a.stirpe@onestein.nl>
  59. Maintainer
  60. ----------
  61. .. image:: https://odoo-community.org/logo.png
  62. :alt: Odoo Community Association
  63. :target: https://odoo-community.org
  64. This module is maintained by the OCA.
  65. OCA, or the Odoo Community Association, is a nonprofit organization whose
  66. mission is to support the collaborative development of Odoo features and
  67. promote its widespread use.
  68. To contribute to this module, please visit https://odoo-community.org.