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.
 
 
 
 
 
 

18 lines
480 B

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``