Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

odoo18 upgrade from odoo17 error loading javascript modules

Odoberať

Get notified when there's activity on this post

This question has been flagged
upgradeOdoo18.0
5 Replies
6963 Zobrazenia
Avatar
Eliot Rayner

Hi 

I just got back my test neutralized database and re-imported, then restarted odoo18.

I can login but cannot see Applications, I see the following screen:

With these errors in Developer Tools -> Console: 

web.assets_web.min.js:39  Uncaught Error: Error while loading "web.assets_web.bundle.xml":
Error: Template html_editor.EmbeddedFileBlueprint already exists
    at ModuleLoader.startModule (web.assets_web.min.js:39:227)
    at ModuleLoader.startModules (web.assets_web.min.js:38:57)
    at ModuleLoader.addJob (web.assets_web.min.js:5:39)
    at ModuleLoader.define (web.assets_web.min.js:10:121)
    at web.assets_web.min.js:25289:26

The following modules failed to load because of an error: ['web.assets_web.bundle.xml']

The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle: ['@bus/components/bus_connection_alert']

OwlError: Missing template: "web_enterprise.EnterpriseNavBar" (for component "EnterpriseNavBar")
    Error: Missing template: "web_enterprise.EnterpriseNavBar" (for component "EnterpriseNavBar")
        at App.getTemplate (web.assets_web.min.js:1204:7)
        at new ComponentNode (web.assets_web.min.js:1047:133)
        at web.assets_web.min.js:1608:6
        at WebClientEnterprise.template (eval at compile (web.assets_web.min.js:1562:421), <anonymous>:12:12)
        at MountFiber._render (web.assets_web.min.js:983:96)
        at MountFiber.render (web.assets_web.min.js:982:6)
        at ComponentNode.initiateRender (web.assets_web.min.js:1052:47) 
0
Avatar
Zrušiť
Eliot Rayner
Autor

Hi Niyas

odoo18 community and enterprise updated to latest.

I have some custom modules but they are not installed in my custom-addons directory on test. Maybe this is my issue?

re updating base module, I've tried running:

/opt/odoo18dev/odoo18dev-venv/bin/python3.12 /opt/odoo18dev/odoo18/odoo-bin -c /etc/odoo18dev.conf --xmlrpc-port 9069 -d dev-odoo18 -u base

and

/opt/odoo18dev/odoo18dev-venv/bin/python3.12 /opt/odoo18dev/odoo18/odoo-bin -c /etc/odoo18dev.conf --xmlrpc-port 9069 -d dev-odoo18 -u web_enterprise

But both the commands dont seems to finish, or provide any error message.

Thanks

Eliot

Avatar
start@adjunto.fr
Best Answer

Slightly off topic but it's an example that works with v18.
Maybe it will help:

[I don't have the karma to post the link to stackoverflow, so go there and search:
Odoo Loading Javascript v18
The answer has 79726344#79726344 in its URL, and a link to a GitHub repository

0
Avatar
Zrušiť
Avatar
Adams Brooks
Best Answer

i am having the same issues here, what should i do please

web.assets_frontend_minimal.min.js:48 Uncaught Error: Error while loading "payment_remita.remita_widget": TypeError: Cannot read properties of undefined (reading 'registry') at ModuleLoader.startModule (web.assets_frontend_…nimal.min.js:48:227) at ModuleLoader.startModules (web.assets_frontend_minimal.min.js:47:57) at ModuleLoader.addJob (web.assets_frontend_minimal.min.js:12:39) at ModuleLoader.define (web.assets_frontend_…nimal.min.js:17:121) at web.assets_frontend_lazy.min.js:12375:6

The following modules failed to load because of an error:

  1. ['payment_remita.remita_widget']

OwlError: Missing template: "web.PagerIndicator" (for component "PagerIndicator") Error: Missing template: "web.PagerIndicator" (for component "PagerIndicator") at App.getTemplate () at new ComponentNode () at at MainComponentsContainer.slot1 (eval at compile (), <anonymous>:13:27) at callSlot () at ErrorHandler.template (eval at compile (), <anonymous>:8:12) at Fiber._render () at Fiber.render () at ComponentNode.initiateRender ()

OwlError: Missing template: "web.OverlayContainer" (for component "OverlayContainer") Error: Missing template: "web.OverlayContainer" (for component "OverlayContainer") at App.getTemplate () at new ComponentNode () at at MainComponentsContainer.slot1 (eval at compile (), <anonymous>:13:27) at callSlot () at ErrorHandler.template (eval at compile (), <anonymous>:8:12) at Fiber._render () at Fiber.render () at ComponentNode.initiateRender ()

OwlError: Missing template: "html_editor.UploadProgressToast" (for component "UploadProgressToast") Error: Missing template: "html_editor.UploadProgressToast" (for component "UploadProgressToast") at App.getTemplate () at new ComponentNode () at at MainComponentsContainer.slot1 (eval at compile (), <anonymous>:13:27) at callSlot () at ErrorHandler.template (eval at compile (), <anonymous>:8:12) at Fiber._render () at Fiber.render () at ComponentNode.initiateRender ()

OwlError: Missing template: "discuss.CallInvitations" (for component "CallInvitations") Error: Missing template: "discuss.CallInvitations" (for component "CallInvitations") at App.getTemplate () at new ComponentNode () at at MainComponentsContainer.slot1 (eval at compile (), <anonymous>:13:27) at callSlot () at ErrorHandler.template (eval at compile (), <anonymous>:8:12) at Fiber._render () at Fiber.render () at ComponentNode.initiateRender ()

[Owl] Unhandled error. Destroying the root component

2

OwlError: Missing template: "mail.ChatHub" (for component "ChatHub") Error: Missing template: "mail.ChatHub" (for component "ChatHub") at App.getTemplate () at new ComponentNode () at at LivechatRoot.template (eval at compile (), <anonymous>:10:16) at MountFiber._render () at MountFiber.render () at ComponentNode.initiateRender ()



0
Avatar
Zrušiť
Avatar
Lars Fuhrmann
Best Answer

Hi Eliot,

I also faced this error. I deinstalled the knowledge app and it vanished.

0
Avatar
Zrušiť
Avatar
Eliot Rayner
Autor Best Answer

The issue was the order of addons in the /etc/odoo.conf file.

For odoo 17 it didnt seem to matter the order. 

addons_path =
/opt/odoo17dev/enterprise-17/odoo/addons,/opt/odoo17dev/odoo17/addons,/opt/odoo17dev/odoo17/custom-addons

However in odoo18 I had to put the community addons before the enterprise addons.

addons_path =
/opt/odoo18dev/odoo18/addons,/opt/odoo18dev/enterprise-18/odoo/addons,/opt/odoo18dev/odoo18/custom-addons
0
Avatar
Zrušiť
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,
Can you ensure the below points:

* Ensure you are restoring the migrated db to an odoo 18 instance ( community and enterprise source code of odoo 18)
* Custom modules are migrated to 18.0
* upgrade base module from command line

Thanks

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Only the department manager can modify their team members' information.
Odoo18.0
Avatar
Avatar
1
nov 25
268
FileNotFoundError after v17 to v18 upgrade
upgrade
Avatar
Avatar
1
sep 25
1296
Upgrade v18->v19 on-premise
upgrade
Avatar
Avatar
Avatar
2
sep 25
4875
Version 16 > Version 18 odoo
upgrade
Avatar
0
apr 25
1946
Upgrade 17 to 18 on prem Solved
upgrade
Avatar
Avatar
Avatar
2
jan 25
3895
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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