diff --git a/default.xml b/default.xml index 19d27d5..cd8fc2c 100644 --- a/default.xml +++ b/default.xml @@ -5,8 +5,10 @@ + + @@ -24,8 +26,8 @@ - - + + @@ -66,8 +68,10 @@ - - + + + + @@ -89,35 +93,37 @@ - - + + + - + - - + + - + - + - + - + + @@ -136,12 +142,12 @@ - + - + @@ -154,6 +160,6 @@ - + diff --git a/docker-compose.yml b/docker-compose.yml index b6b7770..d6fbf2b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.3" services: ERPLibre: - image: technolibre/erplibre:1.3.0 + image: technolibre/erplibre:1.4.0 ports: - 8069:8069 - 8071:8071 diff --git a/docker/Dockerfile.prod.pkg b/docker/Dockerfile.prod.pkg index 57ae23a..44cf992 100644 --- a/docker/Dockerfile.prod.pkg +++ b/docker/Dockerfile.prod.pkg @@ -1,4 +1,4 @@ -FROM technolibre/erplibre-base:1.3.0 +FROM technolibre/erplibre-base:1.4.0 ENV REPO_MANIFEST_URL https://github.com/ERPLibre/ERPLibre ARG WORKING_BRANCH diff --git a/env_var.sh b/env_var.sh index 88e7601..524db03 100755 --- a/env_var.sh +++ b/env_var.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -ERPLIBRE_VERSION="1.3.0" +ERPLIBRE_VERSION="1.4.0" EL_USER="erplibre" EL_HOME="/${EL_USER}" diff --git a/pyproject.toml b/pyproject.toml index f7e834c..595b64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ target-version = [ "py37",] [tool.poetry] name = "ERPLibre" -version = "1.3.0" +version = "1.4.0" description = "Easy way to configure Odoo community" license = "AGPL-3.0-or-later" authors = [ "Mathieu Benoit ",]