[UPD] doc release and changelog
This commit is contained in:
parent
3cee6cb1d6
commit
4c2909662e
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue