In this video, we are discussing How to define compute fields and compute functions in odoo15 and its use cases in odoo development. #odoo15developmentvideos In Odoo, sometimes we may require special types of fields having values calculated from other fields. We may require calculated values from the same records or in the related records. #odoo15technicalvideos […]
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 […]
Odoo helps you to set validations to recordsets with the help of python and model constraints. Mainly there are two ways in which constraints can be set to variants in Odoo. They are python and SQL constraints. #odoo15developmentvideos Basically python constraints are set in odoo using the class decorator api.constrains() which takes in the field […]
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 […]
In this video, we will discuss How to create a Gantt View in odoo 15 and its use cases in odoo development. #odoo15ganttview In the early scenario, the business sector faced many challenges with respect to its project management or task management. #odoo15developmentvideos The people involved in the task- like Project Managers, Team Leaders, Operation […]
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, […]
In this video, we are discussing How to define a search View in odoo15 and its use cases in odoo development. #searchviewinodoo Odoo’s search view is perhaps the most popular. It helps you to easily search, filter, or group data based on a condition to get the information you need. #odoodevelopment We will develop a […]
In this video, we are discussing how to define a calendar view in odoo15 and its use cases in odoo. #odoocalendarview No matter how big or small an industry is, it is always essential to organize meetings concerning the aspects of the company and its operations. #odoo15videos For both large and small-scale businesses, the Calendars […]
In this video, we are discussing basic Object-Relational Mapping(ORM) methods and their use cases in Odoo development. #odooorm #ormmethods #orm Connect With Us: ———————— ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Odoo #ORM #Methods #Object #Relational #Mapping #Odoo15 #Basic #ORM #Methods
Tips are a gesture of gratitude and customer satisfaction. In several businesses, customers often give tips to the people who served them. #odoo15pointofsale Sometimes the Tips will be great in value and we need to manage them properly. So here comes our question, how to handle this tip in Odoo. We can manage the tips […]