mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
4 lines
No EOL
208 B
Python
4 lines
No EOL
208 B
Python
#!/usr/bin/python
|
|
import oerplib
|
|
oerp = oerplib.OERP(server='localhost', protocol='xmlrpc', port=8069)
|
|
oerp.db.create_database('ADMIN_PASSWORD', 'DOMAIN_DATABASE', False, 'DATABASE_LANG', 'DATABASE_PASSWORD') |