From 6cc18007dd1a0b1a75907af82d0c7f1233236f91 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 28 Nov 2017 11:41:44 +0100 Subject: [PATCH] Remove web_kanban, does no longer exist in 11.0 --- README.md | 4 ++-- attachment_s3/README.rst | 2 +- attachment_swift/README.rst | 2 +- session_redis/README.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34bdcd9..7d6443f 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ The `--load` option of Odoo must contains the following addons: Example: -`--load=web,web_kanban,attachment_s3,session_redis,logging_json` -`--load=web,web_kanban,attachment_swift,session_redis,logging_json` +`--load=web,attachment_s3,session_redis,logging_json` +`--load=web,attachment_swift,session_redis,logging_json` ### Server Environment diff --git a/attachment_s3/README.rst b/attachment_s3/README.rst index 03423eb..1ebef0c 100644 --- a/attachment_s3/README.rst +++ b/attachment_s3/README.rst @@ -32,7 +32,7 @@ credentials) without any risk to alter the production data. This addon must be added in the server wide addons with (``--load`` option): -``--load=web,web_kanban,attachment_s3`` +``--load=web,attachment_s3`` Limitations ----------- diff --git a/attachment_swift/README.rst b/attachment_swift/README.rst index 8999290..6a3190d 100644 --- a/attachment_swift/README.rst +++ b/attachment_swift/README.rst @@ -30,7 +30,7 @@ credentials) without any risk to alter the production data. This addon must be added in the server wide addons with (``--load`` option): -``--load=web,web_kanban,attachment_swift`` +``--load=web,attachment_swift`` Python Dependencies ------------------- diff --git a/session_redis/README.rst b/session_redis/README.rst index f201f28..6203123 100644 --- a/session_redis/README.rst +++ b/session_redis/README.rst @@ -23,7 +23,7 @@ When a prefix is defined, the keys are ``session::`` This addon must be added in the server wide addons with (``--load`` option): -``--load=web,web_kanban,session_redis`` +``--load=web,session_redis`` Limitations -----------