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

  1. In the Odoo configuration file add ``bi_view_editor`` in the list
  2. ``server_wide_modules``:
  3. .. code-block:: ini
  4. [options]
  5. (...)
  6. server_wide_modules = web,bi_view_editor
  7. (...)
  8. Alternatively specify ``--load=bi_view_editor`` when starting Odoo by command line.
  9. Optionally it is possible to enable the view of the ER Diagram. For this you
  10. need to install `Graphviz`, an open source graph visualization software:
  11. .. code-block:: bash
  12. ``sudo apt-get install graphviz``