[UPD] doc release and changelog

This commit is contained in:
Mathieu Benoit 2025-04-13 04:08:57 -04:00
parent 3cee6cb1d6
commit 4c2909662e
2 changed files with 5 additions and 3 deletions

View file

@ -38,7 +38,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed ### Fixed
- NPM instaled locally and not globally - NPM installed locally and not globally
- Improve python code writer efficiency - Improve python code writer efficiency
- Config generator supporting space into ERPLibre directory - Config generator supporting space into ERPLibre directory
- Script to update Poetry to support @ URL - Script to update Poetry to support @ URL

View file

@ -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. And update all from dev to merge into prod.
Test all supported Odoo version :
```bash ```bash
./script/install/install_locally_dev.sh make install_odoo_all_version
``` ```
## Validate environment ## 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 : - Run test :
```bash ```bash