From 6aa5e84d3090d5273d1c3409e776e7b0f4e09d92 Mon Sep 17 00:00:00 2001 From: Dmytro Katyukha Date: Wed, 4 Oct 2023 10:04:35 +0300 Subject: [PATCH] Release 0.0.14 (2023-10-04) Added ----- - Added new options `--skip` and `--skip-re` to `odood test` command, that allow to not run tests for specified addons. Useful in cases, when there is need to skip some addons found via options `--dir` and `--dir-r` - Added new options `--skip` and `--skip-re` to `odood addons install/update/uninstall` commands. Useful in cases, when there is need to skip some addons found via options `--dir` and `--dir-r` - Added new option `--skip-errors` to `odood addons install/update/uninstall` commands, that allows to not fail when installing addons in database, thus allowing to install addons to other databases, and fail in the end. - Added new option `--install-type` to `odood init` and `odood venv reinstall-odoo` commands, thus, now it is possible to install Odoo as git repo or as unpacked archive depending on this option Changed ------- - Load Python dynamically, thus make Odood more portable. - Finally, make Odood portable. Now we have universal deb package, that could be installed on most debian-based repos newer then ubuntu:20.04 - Commands `odood addons install/update/uninstall` now will report Odoo errors raised during addons installation. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b73523..0807a232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Release 0.0.14 (Unreleased) +## Release 0.0.14 (2023-10-04) ### Added - Added new options `--skip` and `--skip-re` to `odood test` command,