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

How do I make report template module for odoo 15 work in odoo 16 (account)?

Abonare

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

Această întrebare a fost marcată
qwebaccountreportodoo16features
2 Răspunsuri
3226 Vizualizări
Imagine profil
Michael Holthausen

We have recently upgraded our system from odoo 15 to odoo 16 and are encountering some issues with the reports. Our custom module, designed to modify the report template of the "account" application for invoicing (adjusting font style, size, arrangement of text blocks, and the layout of invoice data tables), no longer applies the predefined layout correctly post-upgrade. Moreover, despite assigning German as the preferred language for some clients, the system defaults to English for invoices. The customization in question involves QWeb views to generate PDFs from the invoice data.


Is there anything like a changelog or documentation that could help us identify the necessary adjustments to our custom module or odoo itself. Our goal is to restore the QWeb report's structure and presentation to its intended design, aligning with the functionality we had in odoo 15.

0
Imagine profil
Abandonează
Imagine profil
Niyas Raphy (Walnut Software Solutions)
Cel mai bun răspuns

Hi,
If you have a module developed in version 15 and working fine in 15, first step to do is

* Try installing the module in the 16.0
* see if you have errors on installation
* if not, try printing the report and see if everything okay
* in case of getting traceback at any stage, just fix one by one and go ahead.

See:  How To Migrate Odoo Modules To Another Version


Technical changes in 16:  https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0

Thanks

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

Hi Holthausen,

If you're looking to generate a new report in Odoo V16 based on an existing report from V15, you can follow the steps outlined in  "How to Create a Custom PDF Report in Odoo 16".

The blog post provides a detailed guide on how to create a custom PDF report in Odoo 16. While the guide is specifically written for Odoo 16, you can use it as a reference to create a similar report in Odoo 16 based on your existing report from V15.

Here's a summary of the steps you can follow:

  1. Understand Report Structure: Review the structure and layout of the existing report from V15 that you want to replicate in Odoo 16.
  2. Create a New Report Template: Use Odoo's reporting framework to create a new report template in Odoo 16. You can use the existing report as a reference for the layout and structure.
  3. Define Data Source: Define the data source for your new report. This could involve querying the necessary data from Odoo models or other data sources.
  4. Customize Report Layout: Customize the layout of your new report template to match the design of the existing report from V15. You can use HTML/CSS and Odoo's QWeb templating language for this purpose.

By following the steps outlined in the blog post and using your existing report from V15 as a reference, you should be able to create a custom PDF report in Odoo 16 that meets your requirements.

Hope it helps!

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
Set a div element always at the bottom of the QWEB report, not "footer"
qweb report odoo16features
Imagine profil
0
aug. 23
2497
How to give automatic height to my qweb report?
qweb report odoo16features
Imagine profil
Imagine profil
1
iul. 23
3077
How to generate custom report with custom data from a wizard? v16 Rezolvat
qweb reporting report odoo16features
Imagine profil
Imagine profil
1
mai 24
4499
Error while render the template KeyError: 'name' Template: product_matrix.matrix Path: /t/t/table/tbody/tr/t/td[1]/strong Node: <strong t-esc="cell[\'name\']"/> Rezolvat
qweb report quotation odoo16features
Imagine profil
Imagine profil
2
ian. 24
2276
PDFs of new reports no longer open, Odoo 10
sales qweb account report odoo10
Imagine profil
Imagine profil
1
sept. 25
717
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