mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Add LEFT JOIN capabilities Add sums and avg capabilities for tree views Robustness and code review Provide ER diagram view for table relations
19 lines
480 B
ReStructuredText
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``
|