From 7c9c9739189800e889a55a7ffedb39ca9bc58a8d Mon Sep 17 00:00:00 2001 From: mreficent Date: Tue, 15 Jan 2019 19:39:31 +0100 Subject: [PATCH] [FIX] bi_sql_editor: add in readme how to solve the update all break --- bi_sql_editor/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index 1bfc8a3a3..a69e05d90 100644 --- a/bi_sql_editor/README.rst +++ b/bi_sql_editor/README.rst @@ -66,10 +66,11 @@ 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 -**Table of contents** +Installation +============ -.. contents:: - :local: +* 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 =============