Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Invoices doesnt print correctly post migration from openerp 7 to odoo 8

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
invoiceqwebreports
3 Risposte
6199 Visualizzazioni
Avatar
Yves Nicolas

I have successfully migrated my openerp 7 databases to odoo 8.

I am running odoo from docker using the official docker hub image.

Everything is fine except my customer invoices do not print correctly : I have no header and footer at all (all my company information is basically gone.

I guess this is due to the Qweb reporting scheme so I tried to dig a little into that, modifying the reports.

I followed th odoo guide tutorial at http://odoo.guide/odoo-report-design-basics/ which is not very helpfull as I am continuously stuck in server errors with missing documents (see my stack overflow question on the subject http://stackoverflow.com/questions/32078894/impossible-to-create-a-custom-report-in-odoo-8

I tried to modify the external_layout_header manuall to see what happens with no success again.

I need possible tracks to follow from there, either a simple, no python coding required, documentation to understand why the inital installation does not find out the company header information, or a way to find out what actual document is not found by odoo server when the trace says there is a missing document.


Thanks in advance,

0
Avatar
Abbandona
Yves Nicolas
Autore

Marvin's answer is unfortunately not the solution. On my "real life system", I have updated the fonts for my company. Preview header/footer on the company page works fine. Just on customer invoices, doing "print-Invoices" does not get the header/footer on the invoices, as if the report structure behind print invoice was not able to get to the RML header. No missing document in that case. Would that be possibly due to RML-QWEB problems in the invoice report? The missing document happens on a sandbox environment I started from scratch and has probably more to do with inconsistent external ids from the report structure I created from scractch following the odoo.guide tutorial..

Avatar
Yves Nicolas
Autore Risposta migliore

Nothing to do with fonts. Docker official image can not manage its way to reports if report.url key is not defined as  http://0.0.0.0:8069 in settings/Technical/Systems parameters/parameters. See https://github.com/odoo/docker/issues/24

0
Avatar
Abbandona
Avatar
Marvin Taboada
Risposta migliore

Hello Yves,

Odoo 8 introduced a new model `res.font` and also a new Many2One relational field at `res.company` that references a particular font record, please see here:

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_company.py#L127 

This new field has a default value defined (when no value is provided) but it's not required:

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_company.py#L407 

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_company.py#L298 

Preexisting `res.company` records in a database migrated from v7 to v8 will have None/null for this field.

New company records will have the field appropriately defined because the create/update form has been updated to set this field:

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_company_view.xml#L91 

The missing document error usually appears when code traverses a relational field which is evaluated to None/null.

You may try editing your company record in order to appropriately set the font field and try again.

Please let us know if this fixes your issue.

Regards.

Additional note:

I also noted that font names in templates changed from v7 to v8, most likely by the introduction of the `res.font` model. Compare the following sources, where we have "DejaVu Sans" for v7 and "DejaVuSans" for v8:

https://github.com/odoo/odoo/blob/7.0/openerp/addons/base/res/res_company.py#L271 

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_company.py#L303 

And here are their corresponding definitions for v7 and v8:

https://github.com/odoo/odoo/blob/7.0/openerp/report/render/rml2pdf/customfonts.py#L45 

https://github.com/odoo/odoo/blob/8.0/openerp/addons/base/res/res_font.py#L43 

I think you will also need to update your font references to correct them.

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
how we design custom report in odoov8.0
invoice qweb reports odooV8
Avatar
Avatar
1
ott 15
6391
How to Change TABLE Format in QWEB reports? With different table Border and Color.? Risolto
qweb reports
Avatar
Avatar
Avatar
Avatar
Avatar
4
gen 25
46142
QWEB Report template has inconsistent row heights (see screenshot)
qweb reports
Avatar
0
ott 24
2307
Qweb reports inconsistent table row height
qweb reports
Avatar
0
ott 24
5
Invoice pdf report from API endpoint is not getting
invoice reports
Avatar
Avatar
1
set 24
3081
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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