Skip to content

Releases: katyukha/Odood

v0.2.1

22 Jan 23:30
Compare
Choose a tag to compare

Changelog

Release 0.2.1 (2025-01-23)

Changed

  • Added new command entrypoint that is available only in version for docker images,
    that is used as entrypoint for docker container and that is responsible for applying
    configuration from environment variables to Odoo configuration file before
    any further action.
  • Added new command odood odoo recompute that allows to recompute computed fields for specified model in specified database.

v0.2.1-alpha.9

22 Jan 14:47
Compare
Choose a tag to compare
v0.2.1-alpha.9 Pre-release
Pre-release

Changelog

Unreleased

Changed

  • Added new command entrypoint that is available only in version for docker images,
    that is used as entrypoint for docker container and that is responsible for applying
    configuration from environment variables to Odoo configuration file before
    any further action.
  • Added new command odood odoo recompute that allows to recompute computed fields for specified model in specified database.

v0.2.1-alpha.8

22 Jan 14:26
Compare
Choose a tag to compare
v0.2.1-alpha.8 Pre-release
Pre-release

Changelog

Unreleased

Changed

  • Added new command entrypoint that is available only in version for docker images,
    that is used as entrypoint for docker container and that is responsible for applying
    configuration from environment variables to Odoo configuration file before
    any further action.
  • Added new command odood odoo recompute that allows to recompute computed fields for specified model in specified database.

v0.2.1-alpha.7

28 Dec 09:04
Compare
Choose a tag to compare
v0.2.1-alpha.7 Pre-release
Pre-release

Changelog

Unreleased

Changed

  • Added new command entrypoint that is available only in version for docker images,
    that is used as entrypoint for docker container and that is responsible for applying
    configuration from environment variables to Odoo configuration file before
    any further action.

v0.2.1-alpha.4

21 Dec 21:46
Compare
Choose a tag to compare
v0.2.1-alpha.4 Pre-release
Pre-release

Changelog

Release 0.2.0 (2024-12-12)

Added

  • New experimental command odood deploy that could be used to deploy production-ready Odoo instance.
  • Added experimental support for Odoo 18
  • Added new command odood repo fix-series that allows to set series for all modules in repo to project's serie.
  • Added automatic builds of docker images with pre-installed Odoo.

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run
  • Change command odood server run. Command uses execv to run Odoo,
    thus, Odoo process will replace Odood process. Thus, option --detach
    is not available here. If you want to start Odoo in background, then
    odood server start command exists. Instead, this command (odood server run)
    is designed to run Odoo with provided args in same way as you run Odoo binary directly.
    For example, following command
    odood server run -- -d my_database --install=crm --stop-after-init,
    that will install crm module, will be translated to odoo -d my_database --install=crm --stop-after-init,
    that will be ran inside virtualenv of current Odood project.
    • Added new option --ignore-running that allows to ignore server running.
    • Removed option --detach as it does not have sense. Use odood server start instead.
  • Changed generation of default test db name.
    Before it was: odood<serie>-odood-test
    Now it will be: <db_user>-odood-test

v0.2.0

12 Dec 21:15
Compare
Choose a tag to compare

Changelog

Release 0.2.0 (2024-12-12)

Added

  • New experimental command odood deploy that could be used to deploy production-ready Odoo instance.
  • Added experimental support for Odoo 18
  • Added new command odood repo fix-series that allows to set series for all modules in repo to project's serie.
  • Added automatic builds of docker images with pre-installed Odoo.

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run
  • Change command odood server run. Command uses execv to run Odoo,
    thus, Odoo process will replace Odood process. Thus, option --detach
    is not available here. If you want to start Odoo in background, then
    odood server start command exists. Instead, this command (odood server run)
    is designed to run Odoo with provided args in same way as you run Odoo binary directly.
    For example, following command
    odood server run -- -d my_database --install=crm --stop-after-init,
    that will install crm module, will be translated to odoo -d my_database --install=crm --stop-after-init,
    that will be ran inside virtualenv of current Odood project.
    • Added new option --ignore-running that allows to ignore server running.
    • Removed option --detach as it does not have sense. Use odood server start instead.
  • Changed generation of default test db name.
    Before it was: odood<serie>-odood-test
    Now it will be: <db_user>-odood-test

v0.2.0-beta.3

24 Oct 11:40
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

Changelog

Release 0.2.0 (unreleased)

Added

  • New experimental command odood deploy that could be used to deploy production-ready Odoo instance.
  • Added experimental support for Odoo 18
  • Added new command odood repo fix-series that allows to set series for all modules in repo to project's serie.

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run
  • Change command odood server run. Command uses execv to run Odoo,
    thus, Odoo process will replace Odood process. Thus, option --detach
    is not available here. If you want to start Odoo in background, then
    odood server start command exists. Instead, this command (odood server run)
    is designed to run Odoo with provided args in same way as you run Odoo binary directly.
    For example, following command
    odood server run -- -d my_database --install=crm --stop-after-init,
    that will install crm module, will be translated to odoo -d my_database --install=crm --stop-after-init,
    that will be ran inside virtualenv of current Odood project.
    • Added new option --ignore-running that allows to ignore server running.
    • Removed option --detach as it does not have sense. Use odood server start instead.

v0.2.0-beta.2

24 Oct 11:22
de2d783
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

Changelog

Release 0.2.0 (unreleased)

Added

  • New experimental command odood deploy that could be used to deploy production-ready Odoo instance.
  • Added experimental support for Odoo 18
  • Added new command odood repo fix-series that allows to set series for all modules in repo to project's serie.

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run
  • Change command odood server run. Command uses execv to run Odoo,
    thus, Odoo process will replace Odood process. Thus, option --detach
    is not available here. If you want to start Odoo in background, then
    odood server start command exists. Instead, this command (odood server run)
    is designed to run Odoo with provided args in same way as you run Odoo binary directly.
    For example, following command
    odood server run -- -d my_database --install=crm --stop-after-init,
    that will install crm module, will be translated to odoo -d my_database --install=crm --stop-after-init,
    that will be ran inside virtualenv of current Odood project.
    • Added new option --ignore-running that allows to ignore server running.
    • Removed option --detach as it does not have sense. Use odood server start instead.

v0.2.0-beta.1

17 Oct 14:59
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

Changelog

Release 0.2.0 (unreleased)

Added

  • New experimental command odood deploy that could be used to deploy production-ready Odoo instance.
  • Added experimental support for Odoo 18

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run
  • Change command odood server run. Command uses execv to run Odoo,
    thus, Odoo process will replace Odood process. Thus, option --detach
    is not available here. If you want to start Odoo in background, then
    odood server start command exists. Instead, this command (odood server run)
    is designed to run Odoo with provided args in same way as you run Odoo binary directly.
    For example, following command
    odood server run -- -d my_database --install=crm --stop-after-init,
    that will install crm module, will be translated to odoo -d my_database --install=crm --stop-after-init,
    that will be ran inside virtualenv of current Odood project.
    • Added new option --ignore-running that allows to ignore server running.
    • Removed option --detach as it does not have sense. Use odood server start instead.

v0.2.0-alpha.3

15 Sep 18:23
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release

Changelog

Release 0.2.0 (unreleased)

Added

  • New command odood odoo run that allows to run Odoo itself.
  • New command odood deploy that could be used to deploy production-ready Odoo instance.

Changed

  • Pre-commit related commands moved to pre-commit subcommand.
    Thus, following commands now available to work with pre-commit:
    • odood pre-commit init
    • odood pre-commit set-up
    • odood pre-commit run