Skip to content

Commit

Permalink
small fixes
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 720bd97 commit ac2302b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ See docs: https://www.innovyou.it/odoo-documentation/

Instantiate the module with:

add-module ghcr.io/innovyou/odoo:16.0.0-rc 1
add-module ghcr.io/innovyou/odoo:latest 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.0.0-rc"}
{"module_id": "odoo1", "image_name": "odoo", "image_url": "ghcr.io/innovyou/odoo:latest"}

## 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.0.0-rc
./test-module.sh <NODE_ADDR> ghcr.io/innovyou/odoo:latest

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

Expand Down

0 comments on commit ac2302b

Please sign in to comment.