# Basic Odoo docker including OCB 10.0/12.0 and some of OCA repos/addons
# Basic Odoo docker including OCB 10.0/12.0/14.0 and some of OCA repos/addons
[](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own image badge on microbadger.com")
These docker images are now maintained on [Le Filament GitLab server](https://sources.le-filament.com/lefilament/odoo_docker)
[](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own version badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own license badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own commit badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own version badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own license badge on microbadger.com")
[](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own commit badge on microbadger.com")
# Description
# Description
...
@@ -18,8 +10,9 @@ It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 1
...
@@ -18,8 +10,9 @@ It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 1
In order to reduce as much as possible the size of the Docker, only French translations are kept and .git directories are removed.
In order to reduce as much as possible the size of the Docker, only French translations are kept and .git directories are removed.
For people needing other languages than English or French, a 12.0_ml image is also provided.
For people needing other languages than English or French, a 12.0_ml image is also provided.
Also, some extra modules may need python 3.6 for Odoo v12 (python 3.5 by default on 12.0 image), therefore a specific 12.0_py3.6 has been created.
The following OCA addons are included (in v12.0):
The following OCA addons are included by default in this image (in v14.0):
```yaml
```yaml
-repo:account-financial-reporting
-repo:account-financial-reporting
modules:
modules:
...
@@ -27,16 +20,13 @@ The following OCA addons are included (in v12.0):
...
@@ -27,16 +20,13 @@ The following OCA addons are included (in v12.0):
-repo:account-financial-tools
-repo:account-financial-tools
modules:
modules:
-account_lock_date_update
-account_lock_date_update
-repo:account-invoicing
# Not yet approved PR on v14
modules:
#- repo: account-invoicing
-sale_timesheet_invoice_description
# modules:
# - sale_timesheet_invoice_description
-repo:bank-statement-import
-repo:bank-statement-import
modules:
modules:
-account_bank_statement_import_ofx
-account_bank_statement_import_ofx
-repo:knowledge
modules:
-document_page
-knowledge
-repo:partner-contact
-repo:partner-contact
modules:
modules:
-partner_disable_gravatar
-partner_disable_gravatar
...
@@ -48,17 +38,13 @@ The following OCA addons are included (in v12.0):
...
@@ -48,17 +38,13 @@ The following OCA addons are included (in v12.0):
-project_task_default_stage
-project_task_default_stage
-project_template
-project_template
-project_timeline
-project_timeline
-repo:sale-workflow
modules:
-partner_contact_sale_info_propagation
-partner_prospect
-repo:server-auth
-repo:server-auth
modules:
modules:
-auth_session_timeout
-password_security
-password_security
-repo:server-brand
-repo:server-brand
modules:
modules:
-disable_odoo_online
-disable_odoo_online
-portal_odoo_debranding
-remove_odoo_enterprise
-remove_odoo_enterprise
-repo:server-ux
-repo:server-ux
modules:
modules:
...
@@ -72,7 +58,6 @@ The following OCA addons are included (in v12.0):
...
@@ -72,7 +58,6 @@ The following OCA addons are included (in v12.0):
-repo:web
-repo:web
modules:
modules:
-web_environment_ribbon
-web_environment_ribbon
-web_export_view
-web_responsive
-web_responsive
-web_timeline
-web_timeline
```
```
...
@@ -80,22 +65,26 @@ The following OCA addons are included (in v12.0):
...
@@ -80,22 +65,26 @@ The following OCA addons are included (in v12.0):
# Usage
# Usage
This docker is automatically built on [DockerHub](https://hub.docker.com/r/lefilament/odoo) and can be pulled by executing the following command:
This docker is built every nigth and pushed on [DockerHub](https://hub.docker.com/r/lefilament/odoo) and can be pulled by executing the following command:
```
```
docker pull lefilament/odoo:10.0
docker pull lefilament/odoo:10.0
docker pull lefilament/odoo:12.0
docker pull lefilament/odoo:12.0
docker pull lefilament/odoo:12.0_ml
docker pull lefilament/odoo:12.0_ml
docker pull lefilament/odoo:12.0_py3.6
docker pull lefilament/odoo:14.0
```
```
It can also serve as base for deployments as described in this [Ansible role](https://github.com/lefilament/ansible_role_odoo_docker)
Note that v10.0 version is not updated nightly like the other ones since there are almost no change on corresponding codes. This 10.0 version might be updated in case security fixes are added to corresponding code.
It can also serve as base for deployments as described in this [Ansible role](https://sources.le-filament.com/lefilament/ansible-roles/docker_odoo)