Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

custom code: Internal Server Error Cause Corrected But Error Still Persists

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
servererror
1 Beantwoorden
3131 Weergaven
Avatar
Mulima Chibuye

I corrected the cause of the internal server error which occurred after the application was activated. However, despite the issue being addressed, the application will still not start. The error was to do with an invalid ID and it still shows me that after the correction. Could there be some sort of cache that I need to clear? I am running Odoo on Windows from the source files.


OS: Windows

Odoo Version: 18


2024-10-10 14:22:52,877 33512 ERROR odoo_db odoo.http: Exception during request handling. 

Traceback (most recent call last):

  File "<180>", line 128, in template_180

  File "<180>", line 117, in template_180_content

  File "<None>", line 5, in not_found_template

ValueError: External ID not found in the system: custom_module.meeting_settings_modal_template


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "C:\coding\odoo development\17\odoo\odoo\ir_qweb.py", line 600, in _render

    result = ''.join(rendering)

  File "<191>", line 184, in template_191

  File "<191>", line 173, in template_191_content

  File "<180>", line 136, in template_180

odoo.addons.base.models.ir_qweb.QWebException: Error while render the template

ValueError: External ID not found in the system: custom_module.meeting_settings_modal_template

Template: web.layout

Path: /t/html/div/t

Node: <t t-call="custom_module.meeting_settings_modal_template"/>

2024-10-10 14:22:52,883 33512 INFO odoo_db werkzeug: 127.0.0.1 - - [10/Oct/2024 14:22:52] "GET /odoo HTTP/1.1" 500 - 77 0.059 1.676

2024-10-10 14:22:53,920 33512 INFO odoo_db werkzeug: 127.0.0.1 - - [10/Oct/2024 14:22:53] "GET /web/service-worker.js HTTP/1.1" 200 - 1 0.001 0.006



0
Avatar
Annuleer
Avatar
Niyas Raphy (Walnut Software Solutions)
Beste antwoord

Hi,
The error says that system cannot find a record with external id: custom_module.meeting_settings_modal_template , so if your new module's technical name is:  custom_module it is expected to have a record with id: meeting_settings_modal_template inside this module.

To fix this error, locate where the record is meeting_settings_modal_template is added, is it inside the custom_module itself or is it in diff module. also ensure the file's has been imported in the manifest and module is upgraded in the db

Thanks

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Error when using UserError and ValidationError in odoo 14
server error
Avatar
Avatar
1
jul. 25
5410
Please, help me to solve the next error
server error
Avatar
0
dec. 23
2420
"ValueError: Wrong value for slide.channel.user_ids" when click upon e-learning module
server error
Avatar
0
apr. 21
3406
odoo13 : Error when open view fields from debug menu
server error
Avatar
Avatar
1
jun. 20
5012
Odoo 10.0 Server on windows cannot start error 1053
server error
Avatar
2
apr. 17
31
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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