Odoo BuildOdoo Build
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
  • Home

    • Home
    • Help
    • Images
    • Snippets
    • Revisions
    • Modules
    • Changelog

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Undefined

Added

  • Support git-aggregator.
  • Split SSH key management into add-ssh-key and remove-ssh-key.
  • Add new env vars: DB_MAXCONN, LOG_DB, LOG_HANDLER, LOGFILE, LIMIT_MEMORY_HARD, LIMIT_MEMORY_SOFT, LIMIT_MEMORY_HARD_GEVENT, LIMIT_MEMORY_SOFT_GEVENT.
  • Env var ADDITIONAL_ODOO_RC to append custom config to main section.
  • Env var IR_CONFIG_PARAMETER to append to ir config section.

Fixed

  • Inconsistent naming of DBFILTER is now DB_FILTER.
  • Remove -e from Odoo pip install.

Changed

  • Prefix Odoo image entrypoint echos.
  • BREAKING: Renamed ENVIRONMENT to RUNNING_ENV.
  • Moved aggregate-git-repos to entrypoint.sh.
  • Support test-requirements.txt for setup-tests.
  • BREAKING: Replaced ODOO_INIT_DEMO_DATA to WITHOUT_DEMO.
  • Changed default for PROXY_MODE to True and LIST_DB to FALSE.
  • Updated bash scripts to follow coding conventions as outlined in AGENTS.md.
  • Converted variables from uppercase to lowercase for local variables in multiple scripts.
  • Updated function declarations to remove the function keyword and use name() { } syntax.
  • Standardized conditional syntax to use [[...]] instead of [...] in all scripts.
  • Ensured proper quoting with single quotes where variable expansion is not needed.
  • Moved the setup-mail script from Odoo Build to this project.
Edit this page
Last Updated: 11/5/25, 7:41 AM
Contributors: Janik von Rotz