[UPD] change 1.5.0 to 1.6.0
This commit is contained in:
parent
4c2909662e
commit
c1341a4198
13 changed files with 29 additions and 20 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -9,8 +9,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
|
- Script for hardening the installation
|
||||||
|
|
||||||
|
## [1.6.0] - 2025-04-25
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
- Support multiple Odoo versions (12.0, 14.0, 16.0) in same workspace
|
- Support multiple Odoo versions (12.0, 14.0, 16.0) in same workspace
|
||||||
- This will help for the migration of modules
|
- This will help for the migration of modules
|
||||||
- Selenium script for increasing open software client interface and automating some actions.
|
- Selenium script for increasing open software client interface and automating some actions.
|
||||||
- Video recording
|
- Video recording
|
||||||
- Support scrolling and word generating
|
- Support scrolling and word generating
|
||||||
|
|
@ -32,7 +38,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
- Test can be launched with a json configuration and support log/result individually
|
- Test can be launched with a json configuration and support log/result individually
|
||||||
- Script to search docker compose into the system
|
- Script to search docker compose into the system
|
||||||
- Script search class model can output into json format and support field information
|
- Script search class model can output into json format and support field information
|
||||||
- Improve Docker minimal installation docs in README for Ubuntu, test with Debian (https://github.com/ERPLibre/ERPLibre/issues/73)
|
- Improve Docker minimal installation docs in README for Ubuntu, test with
|
||||||
|
Debian (https://github.com/ERPLibre/ERPLibre/issues/73)
|
||||||
- Statistic script showing evolution module into ERPLibre supporting Odoo 17 and Odoo 18
|
- Statistic script showing evolution module into ERPLibre supporting Odoo 17 and Odoo 18
|
||||||
- Latest version wkhtmltopdf 0.12.6.1-3
|
- Latest version wkhtmltopdf 0.12.6.1-3
|
||||||
|
|
||||||
|
|
@ -441,7 +448,9 @@ Because addons repository has change, config file need to be updated.
|
||||||
|
|
||||||
- Support only python3.6 and python3.7, python3.8 causes error in runtime.
|
- Support only python3.6 and python3.7, python3.8 causes error in runtime.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.5.0...HEAD
|
[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.6.0...HEAD
|
||||||
|
|
||||||
|
[1.6.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.5.0...v1.6.0
|
||||||
|
|
||||||
[1.5.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.4.0...v1.5.0
|
[1.5.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.4.0...v1.5.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,14 @@ This has been tested in Debian 12 and Ubuntu 24.04 LTS.
|
||||||
1. Make sure Docker and nginx web server are installed:<BR>
|
1. Make sure Docker and nginx web server are installed:<BR>
|
||||||
```sudo apt install docker docker-compose nginx```
|
```sudo apt install docker docker-compose nginx```
|
||||||
1. Get the latest ERPLibre Docker compose file:<BR>
|
1. Get the latest ERPLibre Docker compose file:<BR>
|
||||||
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.5.0/docker-compose.yml```
|
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.6.0/docker-compose.yml```
|
||||||
1. Install and run ERPLibre with Docker running as a daemon (web server):<BR>
|
1. Install and run ERPLibre with Docker running as a daemon (web server):<BR>
|
||||||
```sudo docker-compose up -d```
|
```sudo docker-compose up -d```
|
||||||
1. Open the final installation step at this web page :<BR>
|
1. Open the final installation step at this web page :<BR>
|
||||||
```http://[server IP]:8069```<BR>
|
```http://[server IP]:8069```<BR>
|
||||||

|

|
||||||
1. Finish the installation by providing a database name, email and password. then click on **Create Database**. Depending on your system resources **this may take more than 2 minutes without feedback !** Check your browser loading indicator.
|
1. Finish the installation by providing a database name, email and password. then click on **Create Database**. Depending on your system resources **this may take more than 2 minutes without feedback !** Check your browser loading indicator.
|
||||||
1. Next, the web page will reload itself and you should see the Applications list in ERPLibre:<BR>
|
1. Next, the web page will reload itself, and you should see the Applications list in ERPLibre:<BR>
|
||||||

|

|
||||||
You can now personalize your ERPLibre installation.
|
You can now personalize your ERPLibre installation.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,7 @@
|
||||||
"odoo12.0_python3.7.17": {
|
"odoo12.0_python3.7.17": {
|
||||||
"odoo_version": "12.0",
|
"odoo_version": "12.0",
|
||||||
"python_version": "3.7.17",
|
"python_version": "3.7.17",
|
||||||
"poetry_version": "1.5.0",
|
"poetry_version": "1.5.0"
|
||||||
"default": true,
|
|
||||||
"note": "Official support ERPLibre 1.5.0"
|
|
||||||
},
|
},
|
||||||
"odoo14.0_python3.8.20": {
|
"odoo14.0_python3.8.20": {
|
||||||
"odoo_version": "14.0",
|
"odoo_version": "14.0",
|
||||||
|
|
@ -14,6 +12,8 @@
|
||||||
"odoo16.0_python3.10.14": {
|
"odoo16.0_python3.10.14": {
|
||||||
"odoo_version": "16.0",
|
"odoo_version": "16.0",
|
||||||
"python_version": "3.10.14",
|
"python_version": "3.10.14",
|
||||||
"poetry_version": "1.8.3"
|
"poetry_version": "1.8.3",
|
||||||
|
"default": true,
|
||||||
|
"note": "Official support ERPLibre 1.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ make docker_build_odoo_16
|
||||||
Search old version, like :
|
Search old version, like :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
grep --color=always --exclude-dir={.repo,.venv,.git} --exclude="*.svg" -nri v1.2.0
|
grep --color=always --exclude-dir={.repo,.venv,.git} --exclude="*.svg" -nri v1.6.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace if need it to new version.
|
Replace if need it to new version.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
services:
|
services:
|
||||||
ERPLibre:
|
ERPLibre:
|
||||||
image: technolibre/erplibre:1.5.0
|
image: technolibre/erplibre:1.6.0
|
||||||
ports:
|
ports:
|
||||||
- 8069:8069
|
- 8069:8069
|
||||||
- 8071:8071
|
- 8071:8071
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
ARG ERPLIBRE_IMAGE_NAME=1.5.0
|
ARG ERPLIBRE_IMAGE_NAME=1.6.0
|
||||||
|
|
||||||
FROM technolibre/erplibre-base:${ERPLIBRE_IMAGE_NAME}
|
FROM technolibre/erplibre-base:${ERPLIBRE_IMAGE_NAME}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
ERPLIBRE_VERSION="1.5.0"
|
ERPLIBRE_VERSION="1.6.0"
|
||||||
|
|
||||||
EL_USER="erplibre"
|
EL_USER="erplibre"
|
||||||
EL_HOME="/${EL_USER}"
|
EL_HOME="/${EL_USER}"
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "erplibre",
|
"name": "erplibre",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "erplibre",
|
"name": "erplibre",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@prettier/plugin-xml": "==2.2.0",
|
"@prettier/plugin-xml": "==2.2.0",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "erplibre",
|
"name": "erplibre",
|
||||||
"description": "Easy installation of Odoo",
|
"description": "Easy installation of Odoo",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"homepage": "https://erplibre.ca",
|
"homepage": "https://erplibre.ca",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ target-version = [ "py37",]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ERPLibre"
|
name = "ERPLibre"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
description = "Easy way to configure Odoo community"
|
description = "Easy way to configure Odoo community"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ target-version = [ "py37",]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ERPLibre"
|
name = "ERPLibre"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
description = "Easy way to configure Odoo community"
|
description = "Easy way to configure Odoo community"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ target-version = [ "py37",]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ERPLibre"
|
name = "ERPLibre"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
description = "Easy way to configure Odoo community"
|
description = "Easy way to configure Odoo community"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ target-version = [ "py37",]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ERPLibre"
|
name = "ERPLibre"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
description = "Easy way to configure Odoo community"
|
description = "Easy way to configure Odoo community"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue