Hi
I'm trying to install Odoo Enterprise but so far not much success. Documentation on Odoo website is quite light and missing lot of steps :(
I finally found some scripts that gave me the whole procedure to follow for Odoo Enterprise 18 on Debian 12.
I thought it was good but when I start the service it tells me that in the odoo log file:
2025-08-30 13:21:01,912 50055 INFO ? odoo: Odoo version 18.0
2025-08-30 13:21:01,913 50055 INFO ? odoo: Using configuration file at /etc/odoo-server.conf
2025-08-30 13:21:01,913 50055 INFO ? odoo: database: odoo@default:default
2025-08-30 13:21:01,913 50055 INFO ? odoo: addons paths: ['/opt/odoo/odoo-server/odoo/addons', '/opt/odoo/.local/share/Odoo/addons/18.0', '/opt/odoo/odoo-server/addons', '/opt/odoo/custom/addons', '/opt/odoo/enterprise/addons']
2025-08-30 13:21:01,989 50055 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2025-08-30 13:21:01,997 50055 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltoimage binary at /usr/local/bin/wkhtmltoimage
2025-08-30 13:21:02,069 50055 CRITICAL ? odoo.modules.module: Couldn't load module base
2025-08-30 13:21:02,071 50055 ERROR ? odoo.service.server: Failed to load server-wide module `base`.
Traceback (most recent call last):
", line 1307, in load_server_wide_modulesir_mail_server.py File "/opt/odoo/odoo-server/odoo/addons/base/models/
from OpenSSL import crypto as SSLCryptoFile "/usr/local/lib/python3.11/dist-packages/OpenSSL/
from OpenSSL import crypto, SSL
I have double-checked the addons paths and they are all good and valid and owned by same owner odoo as the odoo program.
Here is the odoo-server.conf file:
[options]
admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
logfile = /var/log/odoo/odoo-server.log
addons_path = /opt/odoo/odoo-server/addons, /opt/odoo/custom/addons, /opt/odoo/enterprise/addons
http_port = 8069
xmlrpc_port = 8069
workers = 3
list_db = True
Thanks for help,
Vincèn
Thanks @Ray for your answer.
For documentation, thanks for suggestion of edition and I'll do once I have a whole process that works good ;)
I would start over using our documentation - you say you found some scripts but they didn't install all the requirements so maybe other things are missing - the base module should be in /opt/odoo/odoo-server/odoo/addons.
Next time, comment on my answer otherwise I am not notified (answers only notify OP).