Merge pull request #269 from Eficent/11.0-fix-bi_sql_editor-readme

[FIX] bi_sql_editor: solves the update all break
pull/271/head
Jordi Ballester Alomar 2019-01-16 10:01:43 +01:00 committed by GitHub
commit 9f55a08cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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
=============