diff --git a/conf/install_database.py b/conf/install_database.py index 89e85b2..45b78aa 100644 --- a/conf/install_database.py +++ b/conf/install_database.py @@ -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') \ No newline at end of file