Remove web_kanban, does no longer exist in 11.0

This commit is contained in:
Guewen Baconnier
2018-01-11 10:41:26 +01:00
parent bfaca4628a
commit 6cc18007dd
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
-----------
+1 -1
View File
@@ -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
-------------------
+1 -1
View File
@@ -23,7 +23,7 @@ When a prefix is defined, the keys are ``session:<prefix>:<session id>``
This addon must be added in the server wide addons with (``--load`` option):
``--load=web,web_kanban,session_redis``
``--load=web,session_redis``
Limitations
-----------