From 78ac4d306e879445af5bc154f25470f3de5b76b5 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 10 Nov 2016 15:58:24 +0100 Subject: [PATCH] Document --load option --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 88f3086..bf11379 100644 --- a/README.md +++ b/README.md @@ -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: