BI View Editor

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runbot

BI View Editor is a tool integrated in Odoo that allows users define and execute their own reports without the need to code.

Purpose:

Table of contents

Installation

In the Odoo configuration file add bi_view_editor in the list server_wide_modules:

[options]
(...)
server_wide_modules = web,bi_view_editor
(...)

Alternatively specify --load=bi_view_editor when starting Odoo by command line.

Optionally it is possible to enable the view of the ER Diagram. For this you need to install Graphviz, an open source graph visualization software:

``sudo apt-get install graphviz``

Usage

To graphically design your analysis data-set:

To access the created BI View with a dedicated menu:

A more advanced UI is also available under the “Details” tab. It provides extra possibilities for more advanced users, like to use LEFT JOIN instead of the default INNER JOIN.

It also possible to improve the IDs generation for new views by adding an Over Condition in the “SQL” tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS for further details. For instance, an ORDER BY clause helps preventing unreliable behavior when filtering the generated views.

Known issues / Roadmap

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Onestein

Contributors

Other credits

Funders

The development of this module for Odoo 11.0 has been financially supported by:

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/reporting-engine project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.