In this article you will learn how to create custom qweb report from scratch. During this tutorial I will also bind paperformat with qweb reports. You will also learn qweb operations like how to use conditional statements and nested loops.
After reading this article you will be able
- How to create custom reports using QWEB reporting engine
- How to set paperformat in QWEb report
- How to bind paperformat with our newly created QWEB report
- How to define conditional statements in QWEB report
- Getting one2many relational fields data or values in QWEb report
- How to use nested loops in QWEb
- How to show data in ordered list in QWEB report
- Creating table inside table-row in QWEB report
Follow below steps to create qweb report
- Create a new xml file
- Notify Odoo from the new report (register that file in __openerp.py__)
2 Comments
hi, thanks for this guide, can i use it in Odoo 14 to learn / check how it works. please inform about changes if any like to etc.
ReplyDeleteregards
Yes, the idea is same, but the syntax is little bit different
Delete