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-keyandremove-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_RCto append custom config to main section. - Env var
IR_CONFIG_PARAMETERto append to ir config section.
Fixed
- Inconsistent naming of
DBFILTERis nowDB_FILTER. - Remove
-efrom Odoo pip install.
Changed
- Prefix Odoo image entrypoint echos.
- BREAKING: Renamed
ENVIRONMENTtoRUNNING_ENV. - Moved
aggregate-git-repostoentrypoint.sh. - Support
test-requirements.txtforsetup-tests. - BREAKING: Replaced
ODOO_INIT_DEMO_DATAtoWITHOUT_DEMO. - Changed default for
PROXY_MODEtoTrueandLIST_DBtoFALSE. - 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
functionkeyword and usename() { }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-mailscript from Odoo Build to this project.