Skip to content

Commit

Permalink
Moved to version 16.20240509.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Nardecchia authored and Alessandro Nardecchia committed May 9, 2024
1 parent 8909330 commit d426990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Start and configure a odoo instance.

## Version

16.20240509.0-rc
16.20240509.0

## Documentation

Expand All @@ -14,12 +14,12 @@ See docs: https://www.innovyou.it/odoo-documentation/

Instantiate the module with:

add-module ghcr.io/innovyou/odoo:16.20240509.0-rc 1
add-module ghcr.io/innovyou/odoo:16.20240509.0 1

The output of the command will return the instance name.
Output example:

{"module_id": "odoo1", "image_name": "odoo", "image_url": "ghcr.io/innovyou/odoo:16.20240509.0-rc"}
{"module_id": "odoo1", "image_name": "odoo", "image_url": "ghcr.io/innovyou/odoo:16.20240509.0"}

## Configure

Expand Down Expand Up @@ -77,7 +77,7 @@ To uninstall the instance:
Test the module using the `test-module.sh` script:


./test-module.sh <NODE_ADDR> ghcr.io/innovyou/odoo:16.20240509.0-rc
./test-module.sh <NODE_ADDR> ghcr.io/innovyou/odoo:16.20240509.0

The tests are made using [Robot Framework](https://robotframework.org/)

Expand Down

0 comments on commit d426990

Please sign in to comment.