Skip to content

v0.0.14-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 19:27
· 133 commits to main since this release

Changelog

Release 0.0.14 (Unreleased)

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.
  • Commands odood addons install/update/uninstall now will report Odoo errors raised during addons installation.