Skip to content

v0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 19:32
· 183 commits to main since this release

Changelog

Release 0.0.11 (2023-07-27)

Added

  • New option --simplified-log added to odood test command.
    Thus it is possible to display meaningful log info (log level, logger, message).

Changed

  • Command odood venv reinstall-odoo now backups old odoo by default.
    But it is possible to disable backup with option --no-backup
  • Now it is allowed to specify only name of backup to restore database from.
    In this case, Odood will try to find corresponding backup in standard
    backups directory of project.

Fixed

  • Correctly handle --additional-addons passed for tests
    in case when migration test enabled: update that addons before running tests.