Hello,
I successfully installed Odoo on Ubuntu with command line:
odoo-bin -d mydatabase -i base --stop-after-init
All is working fine, but with the default user & password is admin:admin.
I want to know is there any parameter to set user login and password in command line?
for example like:
odoo-bin -d mydatabase -i base -user otheruser --password otherpassword