- Makefile show version, switch version and install different version - erplibre_version with odoo_version, poetry_version and python_version - support multiple docker version - support odoo 12, odoo 14, odoo 16 - bullseye, bookworm debian - update latest version - script update_env_version to detect actual version and refactor it - adapt file path to support multiple version - poetry with verbose by default, ignore python keyring - python script to generate image db with parallel for all odoo version - check_addons_exist before generate all image - support delay to change queue parallel - fix odoo 12 product configurator - can show demo website - swith odoo - force create addons if missing - update manifest, because gen config break with wrong manifest
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"odoo12.0_python3.7.17": {
|
|
"odoo_version": "12.0",
|
|
"python_version": "3.7.17",
|
|
"poetry_version": "1.5.0",
|
|
"default": true,
|
|
"note": "Official support ERPLibre 1.5.0"
|
|
},
|
|
"odoo14.0_python3.8.20": {
|
|
"odoo_version": "14.0",
|
|
"python_version": "3.8.20",
|
|
"poetry_version": "1.5.0"
|
|
},
|
|
"odoo16.0_python3.10.14": {
|
|
"odoo_version": "16.0",
|
|
"python_version": "3.10.14",
|
|
"poetry_version": "1.8.3"
|
|
}
|
|
}
|