From be48ec2de3e28efd66a715f86c393c8ae53d2819 Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Mon, 29 Dec 2014 10:35:38 +0100 Subject: [PATCH] [IMP] Update Odoo section --- odoo/README.md | 7 +++++-- odoo/content.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/odoo/README.md b/odoo/README.md index 29ca0392e..4c41fbf4c 100644 --- a/odoo/README.md +++ b/odoo/README.md @@ -53,8 +53,11 @@ changed and the link is thus broken. Restarting a PostgreSQL server does not affect the created databases. -## Enter the container of an Odoo instance (e.g. to install the latest version of Odoo) - +## Install the latest version of Odoo +The Odoo package is built every night to include latest functionalities and improvements. +To install the latest version of Odoo, enter the container of your Odoo instance +and update your version of Odoo using `apt-get`. + docker exec -it odoo bash # apt-get update # apt-get install odoo diff --git a/odoo/content.md b/odoo/content.md index d9aca801a..ee541c324 100644 --- a/odoo/content.md +++ b/odoo/content.md @@ -43,8 +43,11 @@ changed and the link is thus broken. Restarting a PostgreSQL server does not affect the created databases. -## Enter the container of an Odoo instance (e.g. to install the latest version of Odoo) - +## Install the latest version of Odoo +The Odoo package is built every night to include latest functionalities and improvements. +To install the latest version of Odoo, enter the container of your Odoo instance +and update your version of Odoo using `apt-get`. + docker exec -it odoo bash # apt-get update # apt-get install odoo