Skip to content

Commit

Permalink
Merge pull request #10 from innovyou/development
Browse files Browse the repository at this point in the history
1.0.2
  • Loading branch information
nardellu authored Jun 7, 2024
2 parents 376a803 + ce74323 commit c295f96
Show file tree
Hide file tree
Showing 4 changed files with 1,306 additions and 1,306 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Start and configure a odoo instance.

## Version

1.0.1
1.0.2

## Odoo Version

16 (16.20240509.0)
16 (16.20240607.0)

docker images:

Expand All @@ -24,12 +24,12 @@ See docs: https://docs.nethserver.org/projects/ns8/en/latest/odoo.html

Instantiate the module with:

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

## Configure

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


./test-module.sh <NODE_ADDR> ghcr.io/innovyou/odoo:1.0.1
./test-module.sh <NODE_ADDR> ghcr.io/innovyou/odoo:1.0.2

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

Expand Down
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Terminate on error
set -e

POSTGRES_VERSION="16.20240509.0"
ODOO_VERSION="16.20240509.0"
POSTGRES_VERSION="16.20240607.0"
ODOO_VERSION="16.20240607.0"

# Prepare variables for later use
images=()
Expand Down
84 changes: 42 additions & 42 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "yarn config set strict-ssl false && vue-cli-service serve",
"build": "yarn config set strict-ssl false && vue-cli-service build",
"lint": "yarn config set strict-ssl false && vue-cli-service lint",
"watch": "yarn config set strict-ssl false && vue-cli-service build --watch"
},
"dependencies": {
"@carbon/icons-vue": "^10.37.0",
"@carbon/vue": "^2.40.0",
"@nethserver/ns8-ui-lib": "^0.1.22",
"await-to-js": "^3.0.0",
"axios": "^0.21.2",
"carbon-components": "^10.41.0",
"core-js": "^3.6.5",
"lottie-web-vue": "^1.2.0",
"sass": "^1.34.1",
"vue": "^2.6.11",
"vue-axios": "^3.2.4",
"vue-date-fns": "^2.0.1",
"vue-debounce": "^4.0.0",
"vue-i18n": "^8.24.4",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.11"
}
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "yarn config set strict-ssl false && vue-cli-service serve",
"build": "yarn config set strict-ssl false && vue-cli-service build",
"lint": "yarn config set strict-ssl false && vue-cli-service lint",
"watch": "yarn config set strict-ssl false && vue-cli-service build --watch"
},
"dependencies": {
"@carbon/icons-vue": "^10.37.0",
"@carbon/vue": "^2.40.0",
"@nethserver/ns8-ui-lib": "^0.1.22",
"await-to-js": "^3.0.0",
"axios": "^0.21.2",
"carbon-components": "^10.41.0",
"core-js": "^3.6.5",
"lottie-web-vue": "^1.2.0",
"sass": "^1.34.1",
"vue": "^2.6.11",
"vue-axios": "^3.2.4",
"vue-date-fns": "^2.0.1",
"vue-debounce": "^4.0.0",
"vue-i18n": "^8.24.4",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.11"
}
}
Loading

0 comments on commit c295f96

Please sign in to comment.