Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.rst 14.62 KiB

History

21.0.0

Use python_on_whales rather than Docker-py to use buildkit when building images.

https://github.com/docker/docker-py/issues/2230

If buildx for docker is installed, use it to build.

do_tests: Add --odoo-sources option available on docker_dev_start.

20.14.0

docker_build: Use the Orus API token if available (giving it to docker in the environment variable PIP_INDEX_URL)

20.13.0

Add version detection.

Add information indicating that Orus API token is required in configuration. Defaults to False.

20.12.2

Fix issue with secretstorage when docker section is not installed.

20.12.1

do_tests.zsh: Fix pg_extensions use, and allow setting unaccent to install it.

20.12.0

Use SecretStorage to store Orus API token.

20.11.0

do_tests.zsh: allow using env var pg_extensions to describe extensions to install. Allow compatibility with modules requiring a specific extension.

20.10.1

do_tests.zsh: Fix issue with log handler.

20.10.0

Use tomli instead of toml for python < 3.11.

Download wheel for python packages if able, caching them. Use multiprocess to speed up coping/compiling/downloading.

20.9.0

Allow setting log handler instead of log level.

20.8.2

docker_build: When building image with dev tools, do not add the user flags. This allows using venv and when odoo is installed in a user, it is picked automatically.

20.8.1

Use correct gevent uri/option for Odoo 16+.

20.8.0

docker_dev_start: create database when it does not exists (avoid issue with anomization when creating new databases)

20.7.1

Fix typing error.

20.7.0

Change python_packages keys to allow several mount point and targets in the same package).

20.7.0

Enable cache for pip for dev packages.

20.6.0

docker_dev_start:

  • add werzeug in odoo 15+ to the automatically enabled dev options

20.5.1