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č

FileNotFoundError after v17 to v18 upgrade

Naroči se

Get notified when there's activity on this post

This question has been flagged
upgrade
1 Odgovori
1424 Prikazi
Avatar
Tony


After calling the cmd upgrade, everything seems to work fine but when I navigate to /web in an incognito tab I get this FileNotFoundError. and the page does not fully render. When I login, it renders nothing and server logs keep giving me this FileNotFoundError. I also noticed it happens on incognito tab or in a new browser only. Browsers where I was logged in had no issues loading the site

The odoo upgrade script found my filestore at /opt/odoo/.local/share/Odoo/ and copied the files to the latest version. I have checked that my data_dir path is set in the new version. I also noticed that the files causing the errors did not exist in v17 so im not sure which module is causing the issue 


I have also tried upgrading base, web, website module and some other modules. 


Any suggestions? I would really appreciate your help



Traceback (most recent call last):

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2554, in __call__

    response = request._serve_db()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2081, in _serve_db

    return self._transactioning(

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2144, in _transactioning

    return service_model.retrying(func, env=self.env)

  File "/opt/odoo/18.0/odoo-18.0/odoo/service/model.py", line 156, in retrying

    result = func()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2111, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2272, in dispatch

    return self.request.registry['ir.http']._dispatch(endpoint)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_http.py", line 333, in _dispatch

    result = endpoint(**request.params)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 754, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/web/controllers/binary.py", line 149, in content_assets

    stream = env['ir.binary']._get_stream_from(attachment, 'raw', filename)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 30, in _get_stream_from

    return super()._get_stream_from(

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 127, in _get_stream_from

    stream = self._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 13, in _record_to_stream

    return super()._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 74, in _record_to_stream

    return record._to_http_stream()

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_attachment.py", line 805, in _to_http_stream

    stat = os.stat(stream.path)

FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/main/c2/c248a0db8aac13362c24532a3c00938b1688fd3a'

2025-09-24 08:41:53,697 1300488 INFO main werkzeug: 87.188.154.109 - - [24/Sep/2025 08:41:53] "GET /web/assets/88712f7/web.assets_web.min.css HTTP/1.0" 500 - 3 0.003 0.010

2025-09-24 08:41:53,699 1300488 ERROR main odoo.http: Exception during request handling.

Traceback (most recent call last):

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2554, in __call__

    response = request._serve_db()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2081, in _serve_db

    return self._transactioning(

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2144, in _transactioning

    return service_model.retrying(func, env=self.env)

  File "/opt/odoo/18.0/odoo-18.0/odoo/service/model.py", line 156, in retrying

    result = func()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2111, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2272, in dispatch

    return self.request.registry['ir.http']._dispatch(endpoint)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_http.py", line 333, in _dispatch

    result = endpoint(**request.params)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 754, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/web/controllers/binary.py", line 149, in content_assets

    stream = env['ir.binary']._get_stream_from(attachment, 'raw', filename)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 30, in _get_stream_from

    return super()._get_stream_from(

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 127, in _get_stream_from

    stream = self._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 13, in _record_to_stream

    return super()._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 74, in _record_to_stream

    return record._to_http_stream()

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_attachment.py", line 805, in _to_http_stream

    stat = os.stat(stream.path)

FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/main/74/740ba701f9e1ba2d98c4cbc78d7c35642e244b4e'

2025-09-24 08:41:53,700 1300488 INFO main werkzeug: 87.188.154.109 - - [24/Sep/2025 08:41:53] "GET /web/assets/3d22b19/web.assets_web.min.js HTTP/1.0" 500 - 3 0.003 0.009

2025-09-24 08:41:53,727 1300488 ERROR main odoo.http: Exception during request handling.

Traceback (most recent call last):

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2554, in __call__

    response = request._serve_db()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2081, in _serve_db

    return self._transactioning(

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2144, in _transactioning

    return service_model.retrying(func, env=self.env)

  File "/opt/odoo/18.0/odoo-18.0/odoo/service/model.py", line 156, in retrying

    result = func()

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2111, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 2272, in dispatch

    return self.request.registry['ir.http']._dispatch(endpoint)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_http.py", line 333, in _dispatch

    result = endpoint(**request.params)

  File "/opt/odoo/18.0/odoo-18.0/odoo/http.py", line 754, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/web/controllers/binary.py", line 149, in content_assets

    stream = env['ir.binary']._get_stream_from(attachment, 'raw', filename)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 30, in _get_stream_from

    return super()._get_stream_from(

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 127, in _get_stream_from

    stream = self._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/documents/models/ir_binary.py", line 13, in _record_to_stream

    return super()._record_to_stream(record, field_name)

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_binary.py", line 74, in _record_to_stream

    return record._to_http_stream()

  File "/opt/odoo/18.0/odoo-18.0/odoo/addons/base/models/ir_attachment.py", line 805, in _to_http_stream

    stat = os.stat(stream.path)

FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/main/6e/6ee3dadbddd907b4cda8cd4742ea26f607ff5dc3'

0
Avatar
Opusti
Ray Carnes (ray)

"Running the upgrade" - if you used the Odoo upgrade service - upgrade.odoo.com - you can open a Ticket with Odoo Support - odoo.com/help

Tony
Avtor

Thanks Ray. Will do that

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,


After upgrading to Odoo 18, the system throws FileNotFoundError because ir.attachment records point to missing files in the filestore. This breaks web asset loading and prevents the UI from rendering.


To fix it, ensure your data_dir points to the correct filestore, copy any missing files from your old v17 filestore, and rebuild assets by upgrading the web/website modules or clearing the cache. If needed, clean up broken attachments so Odoo can regenerate them.


Hope it helps

0
Avatar
Opusti
Tony
Avtor

Ok thanks. I will try copying the filestore. However I noticed the upgrade script did just that. The folder size was exactly the same. Will update on results

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
Upgrade v18->v19 on-premise
upgrade
Avatar
Avatar
Avatar
2
sep. 25
5417
Version 16 > Version 18 odoo
upgrade
Avatar
0
apr. 25
2011
Upgrade 17 to 18 on prem Solved
upgrade
Avatar
Avatar
Avatar
2
jan. 25
4021
Upgrade Odoo v16 to v17 on windows Solved
upgrade
Avatar
Avatar
2
jan. 25
3829
Odoo Online update from 16.0+e to 16.1
upgrade
Avatar
0
mar. 23
3801
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