Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 874e336afdd26b67d5434d57ce46039d9fe83c0c
  • 16.0 par défaut protégée
  • 18.0
  • 17.0
  • 14.0 protégée
  • 15.0 protégée
  • 12.0 protégée
  • 10.0 protégée
8 résultats

odoo_docker

avatar de l'utilisateur
remi-filament authored
874e336a
Historique

Basic Odoo docker including OCB 10.0 and some of OCA repos/addons

This Docker is inspired from the ones from Odoo, Tecnativa and Elico Corporation.

It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 10.0 from OCA/OCB, and also a few addons from OCA.

In order to reduce as much as possible the size of the Docker, only French translations are kept and .git directories are removed.

The following OCA addons are included:

  - repo: account-financial-reporting
    modules:
     - account_tax_balance
  - repo: bank-statement-import
    modules:
     - account_bank_statement_import_ofx
     - account_bank_statement_import_qif
  - repo: knowledge
    modules:
     - document_page
     - knowledge
  - repo: partner-contact
    modules:
     - partner_firstname
  - repo: server-tools
    modules:
     - date_range
     - auth_session_timeout
     - auth_brute_force
     - password_security
  - repo: social
    modules:
     - mail_restrict_follower_selection
  - repo: web
    modules:
     - web_export_view

This docker is automatically built on DockerHub and can be pulled by executing the following command:

docker pull remifilament/odoo:10.0

It can also serve as base for deployments as described in this Ansible role

Credits

Contributors

  • Remi Cazenave

Maintainer

This role is maintained by Le Filament