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.
 
 
 
 
 
 
jbeficent f9306f33e6 [IMP] Include tree, graph and pivot views. Delete the ir.ui.view when the model is reset. 9 years ago
..
models [IMP] Include tree, graph and pivot views. Delete the ir.ui.view when the model is reset. 8 years ago
security Porting bi_view_editor to V9 8 years ago
static Some js lint, removed dead/unuseful code, updated README 8 years ago
templates Some js lint, removed dead/unuseful code, updated README 8 years ago
views Porting bi_view_editor to V9 8 years ago
README.rst Some flake8 and minor code review 8 years ago
__init__.py Porting bi_view_editor to V9 8 years ago
__openerp__.py Some js lint, removed dead/unuseful code, updated README 8 years ago

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

==============
BI View Editor
==============

The module BI View Editor is user-friendly tool (Query Builder) integrated in Odoo.
It creates views for Odoo 9, 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)
- For each selected field, right-click on the Options column and select whether it's a row, column or measure
- Save and click "Generate BI View"


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/143/9.0

Known issues / Roadmap
======================

* Non-stored fields are not supported
* Provide graph view for table relations
* 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
* Add possibility to store the BI view in user dashboard, like any other graph or cross table
* Provide a tutorial (eg. a working example of usage)


Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Contributors
------------

* Simon Janssens <s.janssens@onestein.nl>
* Diego Luis Neto <diegoluis.neto@gmail.com>
* Dennis Sluijk <d.sluijk@onestein.nl>
* Kevin Graveman <k.graveman@onestein.nl>
* Richard Dijkstra <r.dijkstra@onestein.nl>
* Andrea Stirpe <a.stirpe@onestein.nl>
* Antonio Esposito <a.esposito@onestein.nl>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.