Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Preview Invoice Gets Error: 500: Internal Server Error

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
invoicepreview
2 Răspunsuri
3119 Vizualizări
Imagine profil
Minda Ji

We have been actively testing Odoo 17 on premise for some time. 

when we try preview of invoice after creation of an invoice the screen returns with Internal Server Error. If we activate the developer mode we get the details:

Error message:

Error while render the template
ValueError: Non-image binary fields can not be converted to HTML
Template: payment.form_logo
Path: /t/span
Node: 

The error occurred while rendering the template payment.form_logo and evaluating the following expression: 

We would appreciate it if someone can help resolve the issue.

0
Imagine profil
Abandonează
Imagine profil
Cybrosys Techno Solutions Pvt.Ltd
Cel mai bun răspuns

Hi,

The error message indicates that there's an issue with rendering the template related to the payment form logo. The error suggests that a non-image binary field is being treated as an image, which is causing the ValueError.

Please check with the below:

1. Check the Payment Form Template:

Go to Settings > Technical > User Interface > Views.

Search for the template form_logo.

Look for any code snippet that tries to access a binary field and use it as an image source.

Common mistakes include using a field meant for storing documents or other data types instead of an image field.

2. Verify the Invoice Data:

Open the invoice you're having trouble previewing.

Check the field associated with the payment.form_logo template

Ensure this field actually contains a valid image file. Uploading a non-image file or leaving the field empty can cause this error.

3)If you've made customizations to the payment.form_logo template or the invoice model, there might be a bug in your code.

Review your customizations to see if you're inadvertently referencing the wrong field or attempting to convert a non-image field.

4. Sometimes, browser cache can cause unexpected behavior. Clearing the browser cache might resolve the issue.


Hope it helps

2
Imagine profil
Abandonează
Fatin

hii, I have error with my event page. 500:Internal Server Error. Template fallback

Error message:

Error while render the template
ValueError: Element '<xpath expr="//div[hasclass(&#39;o_wevent_index_topbar_filters&#39;)]">' cannot be located in parent view
Template: website_event.index
Path: /t/t/div/div[2]/div/t
Node: <t t-call="website_event.searched_tags"/>
The error occurred while rendering the template website_event.index and evaluating the following expression: <t t-call="website_event.searched_tags"/>

can you help me solve it, please. Thank you sm!

Imagine profil
Minda Ji
Autor Cel mai bun răspuns

Dear Sir:

Thanks a lot for your answer. We will give it a try to see if the problem would be resolved.

Minda


Dear Sir:

I have just tried the solutions. They do not work:

1. I checked the view:

all are original codes. 

2. Tried clearing al the cache a few times

3. There is nothing I used in the invoices. All the draft invoices can be viewed with no problem until I confirm any to make it a real one.


0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Print preview is different from invoice template preview Rezolvat
invoice print invoicing preview
Imagine profil
Imagine profil
2
nov. 25
8789
Invoice preview looks diffrent then downloaded invoice
accounting invoice print preview
Imagine profil
Imagine profil
Imagine profil
2
aug. 25
818
change between 2 Invoice formats Rezolvat
invoice
Imagine profil
Imagine profil
1
iul. 25
1752
Hello, how can I change the size of the logo and the invoice? Rezolvat
invoice
Imagine profil
Imagine profil
Imagine profil
2
iul. 25
2111
Validation Error. You will need to clear the Journal Entry's Number to proceed
invoice
Imagine profil
Imagine profil
1
iul. 25
3051
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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