diff --git a/odoo_sh/advanced/containers.rst b/odoo_sh/advanced/containers.rst index d25457c9c..ba97ec549 100644 --- a/odoo_sh/advanced/containers.rst +++ b/odoo_sh/advanced/containers.rst @@ -9,15 +9,9 @@ Overview Each build is isolated within its own container (Linux namespaced container). -The base is an Ubuntu 16.04 system, where all of Odoo's required dependencies, +The base is an Ubuntu system, where all of Odoo's required dependencies, as well as common useful packages, are installed. -The Odoo.sh team is open to install system packages as long as they are -distributed in the official Ubuntu repositories and meets the platform's -`dependency requirements `_. -You can use `the feedback form `_ in order to -submit a package request to the Odoo.sh team. - If your project requires additional Python dependencies, or more recent releases, you can define a :file:`requirements.txt` file in the root of your branches listing them. The platform will take care to install these dependencies in your containers. diff --git a/odoo_sh/overview/introduction.rst b/odoo_sh/overview/introduction.rst index 80f7e0e0d..8e159edcf 100644 --- a/odoo_sh/overview/introduction.rst +++ b/odoo_sh/overview/introduction.rst @@ -10,6 +10,3 @@ Introduction to Odoo.sh :height: 394 The documentation will help you go live with your Odoo.sh project in no time. - -You can suggest new documentation topics -or report typos and inaccuracies by `contacting us `_.