From d115402fe6c44ed6adf19bec026da3565a1b7990 Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Fri, 18 Jan 2019 12:34:01 +0100
Subject: [PATCH] Update Readme with 12.0 and relocation of Docker image

---
 README.md | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 28d76fd..84be19e 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,26 @@
-# Basic Odoo docker including OCB 10.0 and some of OCA repos/addons
+# Basic Odoo docker including OCB 10.0/12.0 and some of OCA repos/addons
 
-[![](https://images.microbadger.com/badges/image/remifilament/odoo:10.0.svg)](https://microbadger.com/images/remifilament/odoo:10.0 "Get your own image badge on microbadger.com")
-[![](https://images.microbadger.com/badges/version/remifilament/odoo:10.0.svg)](https://microbadger.com/images/remifilament/odoo:10.0 "Get your own version badge on microbadger.com")
-[![](https://images.microbadger.com/badges/license/remifilament/odoo:10.0.svg)](https://microbadger.com/images/remifilament/odoo:10.0 "Get your own license badge on microbadger.com")
-[![](https://images.microbadger.com/badges/commit/remifilament/odoo:10.0.svg)](https://microbadger.com/images/remifilament/odoo:10.0 "Get your own commit badge on microbadger.com")
+[![](https://images.microbadger.com/badges/image/lefilament/odoo:10.0.svg)](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own image badge on microbadger.com")
+[![](https://images.microbadger.com/badges/version/lefilament/odoo:10.0.svg)](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own version badge on microbadger.com")
+[![](https://images.microbadger.com/badges/license/lefilament/odoo:10.0.svg)](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own license badge on microbadger.com")
+[![](https://images.microbadger.com/badges/commit/lefilament/odoo:10.0.svg)](https://microbadger.com/images/lefilament/odoo:10.0 "Get your own commit badge on microbadger.com")
+
+[![](https://images.microbadger.com/badges/image/lefilament/odoo:12.0.svg)](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own image badge on microbadger.com")
+[![](https://images.microbadger.com/badges/version/lefilament/odoo:12.0.svg)](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own version badge on microbadger.com")
+[![](https://images.microbadger.com/badges/license/lefilament/odoo:12.0.svg)](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own license badge on microbadger.com")
+[![](https://images.microbadger.com/badges/commit/lefilament/odoo:12.0.svg)](https://microbadger.com/images/lefilament/odoo:12.0 "Get your own commit badge on microbadger.com")
 
 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 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 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.
 
-The following OCA addons are included:
+The following OCA addons are included (in v10.0, and only the ones followed by * for v12.0 since not (yet) available):
 ```yaml
   - repo: account-financial-reporting
     modules:
-     - account_tax_balance
+     - account_tax_balance *
   - repo: bank-statement-import
     modules:
      - account_bank_statement_import_ofx
@@ -26,7 +31,7 @@ The following OCA addons are included:
      - knowledge
   - repo: partner-contact
     modules:
-     - partner_firstname
+     - partner_firstname *
   - repo: server-tools
     modules:
      - date_range
@@ -42,9 +47,10 @@ The following OCA addons are included:
 ```
 
 
-This docker is automatically built on [DockerHub](https://hub.docker.com/r/remifilament/odoo) and can be pulled by executing the following command:
+This docker is automatically built on [DockerHub](https://hub.docker.com/r/lefilament/odoo) and can be pulled by executing the following command:
 ```
 docker pull remifilament/odoo:10.0
+docker pull remifilament/odoo:12.0
 ```
 
 It can also serve as base for deployments as described in this [Ansible role](https://github.com/lefilament/ansible_role_odoo_docker)
-- 
GitLab