diff --git a/odoo_sh/advanced/containers.rst b/odoo_sh/advanced/containers.rst index 1592ca655..bdd3f55db 100644 --- a/odoo_sh/advanced/containers.rst +++ b/odoo_sh/advanced/containers.rst @@ -78,7 +78,7 @@ Here are the Odoo.sh pertinent directories: Both Python 2.7 and 3.5 are installed in the containers. However: * If your project is configured to use Odoo 10.0, the Odoo server runs with Python 2.7. -* If your project is configured to use Odoo 11.0, the Odoo server runs with Python 3.5. +* If your project is configured to use Odoo 11.0 or greater, the Odoo server runs with Python 3.5. Database shell ============== diff --git a/odoo_sh/getting_started/create.rst b/odoo_sh/getting_started/create.rst index 1d8a3bb5d..ca2f7a09f 100644 --- a/odoo_sh/getting_started/create.rst +++ b/odoo_sh/getting_started/create.rst @@ -77,7 +77,7 @@ You can start using Odoo.sh. Your first build is about to be created. You will s Import your database ==================== -You can import your database in your Odoo.sh project as long as this is an Odoo 10.0 or 11.0 database. +You can import your database in your Odoo.sh project as long as this is an Odoo 10.0, 11.0 or 12.0 database. Push your modules in production -------------------------------