Document --load option

This commit is contained in:
Guewen Baconnier
2016-11-10 16:14:19 +01:00
parent 110ec2399d
commit 78ac4d306e
+12
View File
@@ -27,6 +27,18 @@ python-json-logger==0.1.5
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
The server environments in `server_environment_files` must be at least: