-
Sin categorizar
-
01-How to Create a Website in Odoo | Odoo Development Tutorial
-
02-How to Create a Dashboard in Odoo | Odoo Development Tutorials
-
03-How to Build Custom Module in Odoo 15? | Odoo 15 Development Tutorial
-
04-Forecast Widget in Tree View | Odoo Development Tutorials
-
05-Odoo 14 Printed Reports PDF | Odoo 14 Development Tutorial
-
06-Odoo 14 Reporting Dashboard | Odoo Development Video
-
07-How to Create New Models in Odoo? | Odoo Development Tutorial
-
08-Odoo Security Record Rules | Odoo Development Tutorial
-
09-Translation In Odoo 14
-
10-How to add settings for custom module in Odoo 14?
-
11-Method Overriding & Super in Python Odoo | Odoo 14 Development Tutorial
-
12-How to Create Wizard in Odoo 14 | Wizards in Odoo
-
13-Web Controller in Odoo | Odoo 14 webinar
-
14-OWL Framework Webinar | How to Build an OWL Project | Odoo Web Library - Odoo 15 Technical Webinar
-
15-How to hide a new or existing field inside a One2Many fields in Odoo 13?
-
16-How to make all fields read-only in a form in Odoo 13?
-
17-How to secure your Odoo 13 database?
-
18-How to add chatter to your custom module in odoo 13?
-
19-How to Install Odoo 15 on Ubuntu Server 20.04 LTS | Odoo 15 Installation Guide [2022] #installodoo
-
20-How to Install Odoo 14 on Ubuntu 20.04 | Odoo 14 Installation Guide #installodoo
-
21-How to Install Odoo 13 on Ubuntu 18.04 | Odoo Installation #installodoo
-
22-How to Configure Odoo 12 on Pycharm Ubuntu 18?
-
23-How to Create Smart Button in Odoo 14 | Odoo Development Tutorial
-
05-Odoo 14 Printed Reports PDF | Odoo 14 Development Tutorial
This video explains how we can create a printed PDF Report in Odoo 14. A report engine of Odoo is a combination of Qweb, bootstrap, Wkhtmltopdf. Odoo uses Qweb as a templating engine which is used for converting XML to HTML. Moreover, Qweb properties are set as XML attributes which start with ‘t-‘ (example: t-if for checking conditions in an XML file). Furthermore, we use Qweb for defining the report templates that are written in HTML format, the same as creating a web page. Wkhtmltopdf is used to render PDFs from the Qweb templates. Additionally, the templates are defined in HTML format as we discussed in the above section therefore, wkhtmltopdf will render the PDF report from the Qweb. How do Qweb Reports work in Odoo? The reports are working with Report Actions and Report Templates. Additionally, the report templates are used in report actions. Moreover, a report action is triggered while printing a report that you can either call this report action from the Print menu or from a python function. In addition, you can set up a custom page format as per the need in Odoo that will be specified in the report action. Report Actions (ir.actions.report) Odoo has several types of actions to perform different kinds of operations or processes such as the reports are generated when the report action is triggered. Furthermore, the report action will be recognized by model ‘ir.actions.report’ used in the record.
Vistas | |
---|---|
1 | Número de vistas |
1 | Vistas de miembros |
0 | Vistas públicas |
Acciones | |
---|---|
0 | Gustos |
0 | No me gusta |
0 | Comentarios |
Compartir por correo
Por favor iniciar sesión para compartir esto video por correo.