In this video, we’ll be discussing how to use the Odoo website module to load data and use the default layout in Odoo. #odoo15website Video Contents ———————— 0:00 Introduction 0:25 Creating New Controller 1:05 Getting Data to Website 2:39 Creating New Template #odoowebsitetemplate #odoo15tutorials Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: […]
Controllers help us to configure front-end modules and also help to interpret browser requests and send data back. #odoo15website Video Contents ————————- 0:00 Introduction 0:27 Controllers 1:12 Return to the controller 2:27 In the URL We need to add a simple controller return whatever we need to add to our web page and then import […]
In Odoo, we can build a module using several methods in pycharm and then very next step add to install that module. #odoo15website Video Contents ————————- 0:00 Introduction 0:33 Add to Addons_path 1:09 Update in Ui 1:20 Installing of Custom Module We need to add that in the addons path and install it from the […]
This video discusses creating a basic module using the scaffolding method. #odoo15website Video Contents ————————- 0:00 Introduction 0:42 Scaffolding method #odoo15developmentvideos #odoo15tutorials In building a website first step is to create a basic module. In Odoo each task can be performed by modules, in modules we can add a new object or inherit the existing […]
In business, there are different types of records. And it is essential to provide proper security for those records. #securityinodoo15 In Odoo, there are also some security rules. The rules define who can access the following objects. In record rules, we describe some conditions for certain operations. #odoo15developmentvideos #odoo15videos Video Contents ————————- 0:00 Introduction 0:36 […]
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: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: […]
Odoo Abstract model is the Main super-class for the regular database-persisted Odoo module. Here this video describes the What is Abstract model how to Abstract the model, use the Abstract model. Video Contents ————————- 0:00 Introduction [How to implement an abstract model in Odoo] 0:35 Creating a new abstract model 2:16 Creating fields 3:02 Usage […]
Track visibility is used to track the changes made to the fields, as our system is a multi-user system and different people can access the same record. #odoo15tutorials There might be cases where we have to keep track of who changed the field values. In these cases, we can use track_visibilty. #odoo15developmentvideos #odooforbeginners Video Contents […]
This Video discusses Reporting dashboard in Odoo 15. It helps to create a dashboard using python and XML files, which comprises a graph, tree, pivot, and calendar view. #odooxml Video Contents ————————- 0:00 Introduction 0:44 Menu Item for dashboard 2:01 Menu action 4:47 Board view 8:20 Dashboard View 9:01 Graph View 12:38 Adding graph view […]
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 […]