From 4c2909662ea1cc7f7720ceb79894c169ec755526 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 13 Apr 2025 04:08:57 -0400 Subject: [PATCH] [UPD] doc release and changelog --- CHANGELOG.md | 2 +- doc/RELEASE.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc85d3e..3a367b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed -- NPM instaled locally and not globally +- NPM installed locally and not globally - Improve python code writer efficiency - Config generator supporting space into ERPLibre directory - Script to update Poetry to support @ URL diff --git a/doc/RELEASE.md b/doc/RELEASE.md index b1a4c9b..1bd981a 100644 --- a/doc/RELEASE.md +++ b/doc/RELEASE.md @@ -19,13 +19,15 @@ This will erase everything in addons. Useful before creating docker, manifest an And update all from dev to merge into prod. +Test all supported Odoo version : + ```bash -./script/install/install_locally_dev.sh +make install_odoo_all_version ``` ## Validate environment -- Check if [manifest/default.dev.xml](../manifest/default.dev.xml) is ready for production. +- Check if each manifest version like [manifest/default.dev.odoo16.0.xml](../manifest/default.dev.odoo16.0.xml) is ready for production. - Run test : ```bash