Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Unable to load module 'base' at startup on fresh install ?

Naroči se

Get notified when there's activity on this post

This question has been flagged
setupInstallation
1 Odgovori
1058 Prikazi
Avatar
Vincèn PUJOL

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

0
Avatar
Opusti
Vincèn PUJOL
Avtor

Thanks @Ray for your answer.

  1. Folder exists and rights are good, folder has been created during the process of git clone the official github repo for odoo so I guess it's complete. Although when I check list of folders in it, there is none named base but I have base_address_extended, base_automation, base_geolocalize, base_iban, base_import, base_import_modules, base_install_request, base_setup, base_sparse_field, base_vat, l10n_latam_base that contains the "base" word. Is it normal ?
  2. For requirements it's supposed to be good as it was part of my installation process using the requirements.txt file but after checking your link it looks like I was quite missing few ones. I added them but unhappy still exact same result :( 

For documentation, thanks for suggestion of edition and I'll do once I have a whole process that works good ;)

Ray Carnes (ray)

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).

Avatar
Ray Carnes (ray)
Best Answer

Either 

1. Odoo cannot find the base module in /opt/odoo/odoo-server/addons 

Check the base folder exists and that the user running the service has permissions to the folder

Or

2. A python package is missing - check the requirements are installed properly.

https://www.odoo.com/documentation/18.0/administration/on_premise/source.html

Did you install via a packaged installer or via source install?  

I'd be curious to learn more about where you think we are "missing a lot of steps" - which steps are missing? 

If you prefer you can also suggest changes directly via the link at the top of every documentation page:

1
Avatar
Opusti
Vincèn PUJOL
Avtor

Oups sorry I thought the big Answer button at botton was to answer on thread :D

I confirm the base folder exists in directory you indicated !

I'll try again later today or tomorrow and let you know how it goes ;)

Vincèn PUJOL
Avtor

Ouhou all good now, working fine :) Only extra thing I had to do not listed in doc was to install the python3-phonenumbers package (it should be in the dependencies of the odoo deb package ;)
I'm going to take care now to setup proxy and harden installation, and install a proper backup system.
I'm just surprised it doesn't ask the licence or it waits few dayr before expiration of the 30 days offered by default on new installation on premise to ask for the licence ?

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
How to RTL panels and change fonts for Persian and Arabic in Odoo Community
setup
Avatar
Avatar
Avatar
2
nov. 25
1031
Timeout waiting for ioT box to respond ( issue ) Help please!
setup
Avatar
0
avg. 25
1096
Epson server direct print not found,the printer is not reachable. Solved
setup
Avatar
1
avg. 25
2001
expected duration
setup
Avatar
0
jul. 25
1116
​How to activate subscription module in odoo18 Enterprise throws RPC_ERROR
setup
Avatar
Avatar
1
jun. 25
2690
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now