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 20.94 KiB

History

23.0.1 (2024-11-29)

Bugfixes

  • docker_build: Stop when token is required but missing

23.0.0 (2024-11-12)

Features

  • Not respecting min_version now stops scripts

22.0.1 (2024-11-06)

Bugfixes

  • do_tests/docker_dev_start: use full path rather than odoo.addons.XXX when testing modules to avoid incompatibility between coverage and psycopg2/odoo (XCGRD-802)

22.0.0 (2024-11-06)

Features

  • update_duplicate_sources: add tags options

21.16.1 (2024-10-25)

Bugfixes

  • Put back odoo_scripts.config.Configuration (Configuration)

21.16.0 (2024-10-24)

Features

  • When the environment variable ODOO_VERSION is set, use it to find odoo type

21.15.2 (2024-10-24)

Bugfixes

  • run_tests: try to find modules path rather than depending on coverage to do so. In Odoo 17/18, this cause problem with psycopg2

21.15.1 (2024-10-24)

Bugfixes

  • Fix typing errors for mypy, use ruff

21.15.0 (2024-10-24)

Features

  • Add support for odoo 18 projects
  • run_tests: allow setting an empty COVERAGE_SOURCE

Bugfixes

  • run_tests: fix exiting with return code

21.14.3 (2024-10-15)

Bugfixes

  • docker_build_copy: Fix python package directory name for whool (it expects the directory name to be the same as the module name)

21.14.2 (2024-10-11)

Bugfixes

  • update_duplicate_sources: clean up submodules

21.14.1 (2024-10-11)

Bugfixes

  • update_duplicate_sources: fix deleting existing content

21.14.0 (2024-10-11)

Features

  • 🐳 add vendir to image

21.13.0 (2024-10-11)

Features

  • 🐳 add evolve in image

21.12.0 (2024-10-11)

Features

  • Add openssh-client in image

21.11.0 (2024-10-10)

Features

  • update_duplicate_sources:
    • handle git and mercurial as source or target
    • add argument to indicate target branch
    • add argument to specify target version system
    • when pushing a new branch, also try the ancestor branches too rather than update on tip (was done when pushing to mercurial)
    • add argument to set commit message on duplicated repository

21.10.2 (2024-09-23)

docker_dev_start: fix incorrect usage of networks.

21.10.1 (2024-09-16)

docker_build_copy: Fix copying a non CVS package.

21.10.0 (2024-09-04)

docker_dev_start: Add possibility to run anthem scripts rather than start the server.

21.9.1 (2024-08-26)

Fix building when the project has no default path defined.

docker_py3o: fix incorrect python on whales usage.

21.9.0 (2024-07-09)

docker_build: add --empty option to avoid compiling all the modules and packages in the image. When used locally, the local modules and packages will be mounted instead, so there is no need to compile/install them.

21.8.3 (2024-06-21)

Fix marabunta mode to be dev rather than local.

21.8.2 (2024-06-19)

docker_build_copy: fix issue with duplicated python packages target directory.

21.8.1 (2024-05-28)

Fix network mode when running some containers.

21.8.0 (2024-05-06)

docker_pylint: Display pylint version.

list_modules: fix code error.

21.7.3 (2024-04-30)