Skip to content
Extraits de code Groupes Projets
Valider 4f7424b1 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[IMP] Update for v10 modules

parent 44b9fd9e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -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:
version: "2.1" version: "2.1"
services: services:
odoo: odoo:
image: lefilament/odoo:14.0 image: lefilament/odoo:10.0
container_name: odoo14 container_name: odoo10
depends_on: depends_on:
- db - db
tty: true tty: true
...@@ -95,8 +79,8 @@ services: ...@@ -95,8 +79,8 @@ services:
- odoo - odoo
db: db:
image: postgres:13-alpine image: postgres:9.6-alpine
container_name: odoo14_db container_name: odoo10_db
environment: environment:
POSTGRES_USER: "odoo" POSTGRES_USER: "odoo"
POSTGRES_PASSWORD: "odoo" POSTGRES_PASSWORD: "odoo"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter