From 866642570e04f5356f464ef49574402e3afa170d Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 31 Oct 2025 01:51:58 -0400 Subject: [PATCH] [UPD] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9589de6..6dbc88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Added +- Support Odoo migration database and module with TODO +- Support multi version odoo switch on same workspace - Script for hardening the installation - Support Odoo versions 12.0 to 18.0 - Separate ERPLibre python installation from Odoo python with .venv.erplibre and .venv.odoo18 - Implement auto-installation with TODO.py +- TODO show documentation, download database, help with code formatting + +## Changed + +- Docker support postgresql 18 ## [1.6.0] - 2025-04-25