From 1f25992977194f4fac420098b2e44a2126f0e0f9 Mon Sep 17 00:00:00 2001 From: astirpe Date: Thu, 3 Mar 2016 13:22:26 +0100 Subject: [PATCH] Updated module description and list of contributors --- bi_view_editor/README.rst | 41 +++++++++++++++++++- bi_view_editor/static/description/index.html | 1 - 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index 70199c13..317f0a2b 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -6,7 +6,41 @@ BI View Editor ============== -This module creates views for Odoo 8. You can build relevant queries including security. +The module BI View Editor is user-friendly tool (Query Builder) integrated in Odoo. +It creates views for Odoo 8, allowing the user to specify graphically the sources +and the attributes of the data-set to analyze, automating all the operations for +creating all the necessary low level Odoo objects. + + +It is intended for: + + - Graphically define your analysis data-set + - Add new computed information to your data set + - Specify the visualization attributes + - Create the basis for a new data exploration method in Odoo + + +Benefits would be: + + - More freedom to consultants or end users to customize views + - No more external tools for data analysis + - Easy update of your BI reports + - No more external tools for data analysis + + + +Usage +===== + + +To graphically design your analysis data-set: + + - From the Reporting menu, select "Custom BI Views" + - Browse trough the business objects in the Query tab + - Pick the interesting fields (Drag & Drop) + - Save and click "Generate BI View" + + .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -15,7 +49,9 @@ This module creates views for Odoo 8. You can build relevant queries including s Known issues / Roadmap ====================== -* Not stored fields are not supported yet +* Non-stored fields are not supported yet +* Provide graph view for table relations (would be a "nice to have") +* Porting to Odoo 9.0 Bug Tracker =========== @@ -41,6 +77,7 @@ Contributors ------------ * Diego Luis Neto +* Dennis Sluijk * Kevin Graveman * Richard Dijkstra * Andrea Stirpe diff --git a/bi_view_editor/static/description/index.html b/bi_view_editor/static/description/index.html index 57f1c8ac..f524f4af 100644 --- a/bi_view_editor/static/description/index.html +++ b/bi_view_editor/static/description/index.html @@ -8,7 +8,6 @@

Feel free to use and fix issues that you encounter. - Please let us know when you have difficuties doing so..