Skip to content
Snippets Groups Projects
Commit faf5de40 authored by Dani Quilez's avatar Dani Quilez
Browse files

Merge branch 'master' of...

Merge branch 'master' of git.coopdevs.org:coopdevs/odoo/inventories/odoo-vertical-carsharing-inventory into release/invoice-api
parents 0d856139 f761e3b4
No related branches found
No related tags found
1 merge request!34New module versions for exposing cs invoice api (DEPLOYED ON STAGING)
Pipeline #34186 passed
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -4,3 +4,10 @@ DISTRIBUTION="ubuntu"
RELEASE="focal"
ARCH="amd64"
HOST="$NAME.local sm.$NAME.local"
PROJECT_NAME="_C_projects_odoo"
PROJECT_PATH="${PWD%/*}/../$PROJECT_NAME"
BASE_PATH="/opt"
# Select the python interpeter python2.7 or python3
PYTHON_INTERPRETER=python3
......@@ -349,11 +349,14 @@ odoo_role_limit_time_real: 12000
postgresql_python_library: python3-psycopg2
# Odoo provisioning
odoo_provisioning_version: "v0.7.19"
odoo_provisioning_version: "v0.7.15"
# Production security defaults
odoo_role_odoo_http_interface: '127.0.0.1'
odoo_role_odoo_proxy_mode: true
odoo_role_enable_queue_job: true
odoo_role_workers: 4
odoo_role_channels: "root:2,root.CONTRACT_INVOICE:1"
# Nginx configuration
nginx_configs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment