mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Remove web_kanban, does no longer exist in 11.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
-----------
|
||||
|
||||
@@ -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
|
||||
-------------------
|
||||
|
||||
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user