update für connector

develop
Andreas Brückl 2017-11-29 10:27:17 +01:00
parent 3499d5aa29
commit b2a02ff141
4 changed files with 17 additions and 6 deletions

10
Pipfile.lock generated
View File

@ -9,9 +9,9 @@
"os_name": "posix",
"platform_machine": "x86_64",
"platform_python_implementation": "CPython",
"platform_release": "4.12.0-041200-generic",
"platform_release": "4.4.0-31-generic",
"platform_system": "Linux",
"platform_version": "#201707022031 SMP Mon Jul 3 00:32:52 UTC 2017",
"platform_version": "#50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016",
"python_full_version": "3.5.2",
"python_version": "3.5",
"sys_platform": "linux"
@ -461,10 +461,10 @@
},
"pyopenssl": {
"hashes": [
"sha256:aade9985b93eaec51b0c0a2a60d14bb8dcff1ff8e36fe542e3c22812ec07315e",
"sha256:29630b9064a82e04d8242ea01d7c93d70ec320f5e3ed48e95fcabc6b1d0f6c76"
"sha256:b8a8797c50598da10526511a4a9b992b155932f86dde509906c8bee3a705b480",
"sha256:2d96b6a3d768bf466c56240d6dd6f035cc8e9c356d20da0583886e77ce9cf6ab"
],
"version": "==17.3.0"
"version": "==17.4.0"
},
"pyparsing": {
"hashes": [

View File

@ -15,3 +15,12 @@ timezone = Europe/Vienna
#dbfilter_test = ['.*',]
show_debug = 1
workers = 0
server_wide_modules = web,base_sparse_field,queue_job
portal_url = https://erp.tzaustria.info
portal_secret = secret
[queue_job]
channels = root:4

View File

@ -1,3 +1,4 @@
pyOpenSSL==17.3.0
phonenumbers==8.8.6
OdooRPC==0.6.0
cachetools==2.0.1

View File

@ -128,7 +128,8 @@ class Config():
'web_environment_ribbon',
'web_no_bubble',
'report_intrastat',
'dp_sale_hide_discount'
'dp_sale_hide_discount',
'connector',
]