Jeremy Davis's picture

You raise a good point Landis. There may be scenarios where you might need to reset the "Master" password, after you've removed the example DB.

I've had a look at removing the hard requirement of the default example DB existing. You can find that here: https://github.com/JedMeister/odoo/blob/tweak-inithook/overlay/usr/lib/inithooks/bin/odoo.py.

If you'd like to test it out on your instance, download like this:

URL=https://raw.githubusercontent.com/JedMeister/odoo/tweak-inithook/overlay
ODOO=usr/lib/inithooks/bin/odoo.py
wget -O /$ODOO $URL/$ODOO

Hopefully that gets you going?! Please let me know either way.