mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Document --load option
This commit is contained in:
@@ -27,6 +27,18 @@ python-json-logger==0.1.5
|
|||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Odoo Startup
|
||||||
|
|
||||||
|
The `--load` option of Odoo must contains the following addons:
|
||||||
|
|
||||||
|
* `attachment_s3`
|
||||||
|
* `session_redis`
|
||||||
|
* `logging_json`
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
`--load=web,web_kanban,attachment_s3,session_redis,logging_json`
|
||||||
|
|
||||||
### Server Environment
|
### Server Environment
|
||||||
|
|
||||||
The server environments in `server_environment_files` must be at least:
|
The server environments in `server_environment_files` must be at least:
|
||||||
|
|||||||
Reference in New Issue
Block a user