Setup Windows 7 TZAUSTRIA
parent
2aed9fca45
commit
1a3d7dd8b8
|
|
@ -0,0 +1,17 @@
|
||||||
|
[options]
|
||||||
|
|
||||||
|
xmlrpc_port = 8080
|
||||||
|
; This is the password that allows database operations:
|
||||||
|
; admin_passwd = admin
|
||||||
|
db_host = localhost
|
||||||
|
db_port = 5432
|
||||||
|
db_user = tzaustria
|
||||||
|
db_password = x
|
||||||
|
|
||||||
|
addons_path = ext/odoo/addons,ext/custom-addons,ext/3rd-party-addons
|
||||||
|
; For enterprise use the addons path bellow
|
||||||
|
; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1
|
||||||
|
timezone = Europe/Vienna
|
||||||
|
|
||||||
|
#dbfilter_test = ['.*',]
|
||||||
|
show_debug = 1
|
||||||
|
|
@ -0,0 +1,40 @@
|
||||||
|
Babel==2.3.4
|
||||||
|
decorator==4.0.10
|
||||||
|
docutils==0.12
|
||||||
|
ebaysdk==2.1.5
|
||||||
|
feedparser==5.2.1
|
||||||
|
gevent>=1.1.2
|
||||||
|
greenlet>=0.4.10
|
||||||
|
html2text==2016.9.19
|
||||||
|
Jinja2==2.8
|
||||||
|
lxml>=3.5.0
|
||||||
|
Mako==1.0.4
|
||||||
|
MarkupSafe==0.23
|
||||||
|
mock==2.0.0
|
||||||
|
num2words==0.5.4
|
||||||
|
ofxparse==0.16
|
||||||
|
passlib==1.6.5
|
||||||
|
Pillow>=3.4.1
|
||||||
|
psutil>=4.3.1
|
||||||
|
psycopg2==2.7.1
|
||||||
|
pydot==1.2.3
|
||||||
|
#pyldap==2.4.28
|
||||||
|
pyparsing==2.1.10
|
||||||
|
PyPDF2==1.26.0
|
||||||
|
pyserial==3.1.1
|
||||||
|
python-dateutil==2.5.3
|
||||||
|
pytz==2016.7
|
||||||
|
pyusb==1.0.0
|
||||||
|
PyYAML==3.12
|
||||||
|
qrcode==5.3
|
||||||
|
reportlab>=3.3.0
|
||||||
|
requests==2.11.1
|
||||||
|
six==1.10.0
|
||||||
|
suds-jurko==0.6
|
||||||
|
vatnumber==1.2
|
||||||
|
vobject==0.9.3
|
||||||
|
Werkzeug==0.11.11
|
||||||
|
XlsxWriter==0.9.3
|
||||||
|
xlwt==1.3.*
|
||||||
|
xlrd==1.0.0
|
||||||
|
odoorpc==0.6.0
|
||||||
Loading…
Reference in New Issue