Files
reporting-engine/bi_view_editor/readme/INSTALL.rst
Andrea 0798af48f1 Add extra functionalities
Add LEFT JOIN capabilities

Add sums and avg capabilities for tree views

Robustness and code review

Provide ER diagram view for table relations
2020-11-04 10:57:54 +01:00

19 lines
480 B
ReStructuredText

In the Odoo configuration file add ``bi_view_editor`` in the list
``server_wide_modules``:
.. code-block:: ini
[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:
.. code-block:: bash
``sudo apt-get install graphviz``