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