Autoinstall database

This commit is contained in:
scith 2015-09-16 12:28:32 +02:00
parent 892eb003f0
commit 2d304bb1fe

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
import oerplib
oerp = oerplib.OERP(server='localhost')
oerp = oerplib.OERP(server='localhost', protocol='xmlrpc', port=8069)
oer.db.create_database('ADMIN_PASSWORD', 'DOMAIN_DATABASE', False, 'DATABASE_LANG', 'DATABASE_PASSWORD')