Browse Source

[FIX] bi_sql_editor: add in readme how to solve the update all break

pull/269/head
mreficent 5 years ago
parent
commit
be45a951bc
  1. 6
      bi_sql_editor/README.rst

6
bi_sql_editor/README.rst

@ -47,6 +47,12 @@ this module is interesting for the following use cases
* You have a lot of data, and classical SQL Views have very bad performance.
In that case, MATERIALIZED VIEW will be a good solution to reduce display duration
Installation
============
* You must put this module as `server_wide_modules` in your odoo configuration file
or add '--load=bi_sql_editor' if you start odoo in command line.
Configuration
=============

Loading…
Cancel
Save