Responsable Gonzalo I.
Última actualización 28/11/2022
Tiempo de finalización 2 horas 59 minutos
Miembros 1
Avanzado
29-How to Create PDF Report in Odoo 15 | Print PDF | Reports in Odoo 15 | Odoo 15 Development Tutorial
Previsualización

This video, explains report actions that trigger printing the PDF report. They are worked based on report templates and report actions, which generate reports based on a python function or a print button. Video Contents ------------------------ 0:00 Introduction 0:49 Report Directory 1:34 Report Action 6:12 Report Template 9:22 How to Print a report in Odoo 15 Reports can be triggered by qweb pdf and qweb HTML. Here it describes rendering qweb pdf reports in Odoo15 . #odoo15 #odoo15technicalvideos Connect With Us: ------------------------ ➡️Website: https://www.cybrosys.com/ ➡️Email : [email protected] ➡️Twitter: https://twitter.com/cybrosys ➡️LinkedIn: https://www.linkedin.com/company/cybrosys/ ➡️Facebook: https://www.facebook.com/cybrosystechnologies ➡️Instagram: https://www.instagram.com/cybrosystech/ ➡️Pinterest: https://in.pinterest.com/cybrosys/

26-Security in Odoo 15 - Groups and Access Rights in Odoo 15 | Odoo 15 Development Tutorials
Previsualización

In this video, we'll be discussing Security Groups and access rights in Odoo 15. #securityinodoo Video Contents ------------------------- 0:21 Adding Models to CSV File 0:53 Creating User Group 4:32 Adding User to a Custom User Group 5:15 Providing Access for User Groups #odoodevelopmentvideos #odoo15tutorials Connect With Us: ------------------------ ➡️Website: https://www.cybrosys.com/ ➡️Email : [email protected] ➡️Twitter: https://twitter.com/cybrosys ➡️LinkedIn: https://www.linkedin.com/company/cybrosys/ ➡️Facebook: https://www.facebook.com/cybrosystechnologies ➡️Instagram: https://www.instagram.com/cybrosystech/ ➡️Pinterest: https://in.pinterest.com/cybrosys/

25-How to Define Kanban View in Odoo15 | Advanced Views | Odoo 15 Development Tutorials
Previsualización

Odoo supports several views such as tree view, list view, kanban view, cohort view, pivot view, calendar view offering different styles of data representation. #odoo15kanbanview In addition, this helps the businesses at large, offering complete visibility of their operations, thereby smarter business decisions. #odoo15development In this video, we are discussing how to create a kanban view in odoo15 and its use cases in odoo development. #odootutorials

23-How to Define a Graph View in Odoo15 | Advanced Views | Odoo 15 Development Tutorials
Previsualización

In this video, we are discussing how to define a Graph view in odoo15 and its use cases in odoo development. Graph views provide a graphical view of the data, in the form of a Bar chart, Pie chart, and Line chart. The graph view is an aggregation of all the records in a model, which is generally visualized in bar, pie, and line. The default type of graph is a pie chart - to change it to a bar chart, we need to specify the type. You also may change the orientation. The graph view is used to visualize aggregations over a number of records or record groups.