@@ -6,58 +6,42 @@ These docker images are now maintained on [Le Filament GitLab server](https://so
...
@@ -6,58 +6,42 @@ These docker images are now maintained on [Le Filament GitLab server](https://so
This Docker is inspired from the ones from [Odoo](https://github.com/odoo/docker), [Tecnativa](https://github.com/Tecnativa/doodba) and [Elico Corporation](https://github.com/Elico-Corp/odoo-docker).
This Docker is inspired from the ones from [Odoo](https://github.com/odoo/docker), [Tecnativa](https://github.com/Tecnativa/doodba) and [Elico Corporation](https://github.com/Elico-Corp/odoo-docker).
It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 10.0 or 12.0 from [OCA/OCB](https://github.com/oca/ocb), and also a few addons from [OCA](https://github.com/oca).
It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 10.0 or 12.0 or 14.0 from [OCA/OCB](https://github.com/oca/ocb), and also a few addons from [OCA](https://github.com/oca).
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.
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 by default in this image (in v14.0):
The following OCA addons are included by default in this image (in v10.0):
```yaml
```yaml
-repo:account-financial-reporting
-repo:account-financial-reporting
modules:
modules:
-account_tax_balance
-account_tax_balance
-repo:account-financial-tools
modules:
-account_lock_date_update
# Not yet approved PR on v14
#- repo: account-invoicing
# 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
-account_bank_statement_import_qif
-repo:knowledge
- document_page
- knowledge
-repo:partner-contact
-repo:partner-contact
modules:
modules:
-partner_disable_gravatar
-partner_disable_gravatar
-partner_firstname
-partner_firstname
-repo:project
-repo:server-tools
modules:
-project_category
-project_status
-project_task_default_stage
-project_template
-project_timeline
-repo:server-auth
modules:
-password_security
-repo:server-brand
modules:
-disable_odoo_online
-portal_odoo_debranding
-remove_odoo_enterprise
-repo:server-ux
modules:
modules:
-base_technical_features
-auth_brute_force
-auth_session_timeout
-date_range
-date_range
-mass_editing
-password_security
-repo:social
-repo:social
modules:
modules:
-base_search_mail_content
-mail_debrand
-mail_debrand
-mail_restrict_follower_selection
-repo:web
-repo:web
modules:
modules:
-web_environment_ribbon
-web_environment_ribbon
-web_export_view
-web_responsive
-web_responsive
-web_timeline
-web_timeline
```
```
...
@@ -83,8 +67,8 @@ docker-compose example is provided below:
...
@@ -83,8 +67,8 @@ docker-compose example is provided below: