diff --git a/odoo/README.md b/odoo/README.md index ba656d526..cbf3d2839 100644 --- a/odoo/README.md +++ b/odoo/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`8`, `8.0` (*8.0/Dockerfile*)](https://github.com/odoo/docker/blob/master/8.0/Dockerfile) +- [`8.0`, `8`, `latest` (*8.0/Dockerfile*)](https://github.com/odoo/docker/blob/0c90527ef908add1f125406a81519f9626d982d3/8.0/Dockerfile) For more information about this image and its history, please see the [relevant manifest file @@ -50,15 +50,6 @@ changed and the link is thus broken. Restarting a PostgreSQL server does not affect the created databases. -## 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 - ## Run Odoo with a custom configuration The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`) @@ -77,7 +68,7 @@ host and container ports differ (e.g. 8070 and 8069), one has to set, in Odoo, Settings->Parameters->System Parameters (requires technical features), web.base.url to the container port (e.g. 127.0.0.1:8069). -## Access an existing database with a new Odoo instance +# How to upgrade this image Suppose you created a database from an Odoo instance named old-odoo, and you want to access this database from a new Odoo instance named new-odoo, e.g. because you've just downloaded a newer Odoo image. diff --git a/odoo/content.md b/odoo/content.md index db11d78db..cc3920d22 100644 --- a/odoo/content.md +++ b/odoo/content.md @@ -40,15 +40,6 @@ changed and the link is thus broken. Restarting a PostgreSQL server does not affect the created databases. -## 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 - ## Run Odoo with a custom configuration The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`) @@ -67,7 +58,7 @@ host and container ports differ (e.g. 8070 and 8069), one has to set, in Odoo, Settings->Parameters->System Parameters (requires technical features), web.base.url to the container port (e.g. 127.0.0.1:8069). -## Access an existing database with a new Odoo instance +# How to upgrade this image Suppose you created a database from an Odoo instance named old-odoo, and you want to access this database from a new Odoo instance named new-odoo, e.g. because you've just downloaded a newer Odoo image.