Properly identify Odoo 13

This commit is contained in:
Disassembler 2019-11-13 19:46:38 +01:00
parent 5a43c23b83
commit de80024445
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit ecb09001d49ddd160580a1f1de72bb7e06c4179c
Subproject commit be361996402ae104baf45b21c918cc145b763d16

View File

@ -1,4 +1,4 @@
IMAGE odoo_12.0.0-190620
IMAGE odoo_13.0.0-191113
LAYER alpine3.9_3.9.4-190620
LAYER alpine3.9-python3.6_3.6.8-190620
@ -14,7 +14,7 @@ RUN EOF
apk --no-cache add --virtual .deps build-base git libjpeg-turbo-dev libxml2-dev libxslt-dev linux-headers openldap-dev postgresql-dev python3-dev
# Clone Odoo repository
git clone --depth 1 https://github.com/odoo/odoo.git /srv/odoo
git clone -b 13.0 --depth 1 https://github.com/odoo/odoo.git /srv/odoo
# Install Odoo
cd /srv/odoo

View File

@ -1,5 +1,5 @@
{
"version": "12.0.0-190620",
"version": "13.0.0-191113",
"meta": {
"title": "Odoo",
"desc-cs": "Sada aplikací pro správu organizace",
@ -8,7 +8,7 @@
},
"containers": {
"odoo": {
"image": "odoo_12.0.0-190620",
"image": "odoo_13.0.0-191113",
"depends": [
"odoo-postgres"
],