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 […]
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 […]
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, it describes about @api.onchange method on the client interface #onchangemethod @api.onchange decorator is used when the field’s value is changed. It can be used to validate data or trigger action. This method can be invoked on pseudo records that contain values of the form. #odoo15developmenttutorials Video Contents: #odoo15videos 0:00 Introduction 1:13 @api.onchange […]
POS Categories are different from the regular categories in Odoo, as well as the eCommerce categories. #odoo15pos #odoo15enterprise #odoo15functional #odoo15pointofsale #odooposcategories This video explains how to manage Product Categories for the Point of Sale application in Odoo 15. #odoo15videos #odoofucntionalvideos #odooproductcategories #posproductcategory #managingproductcategory Connect With Us: ———————— ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: […]
Odoo 15 PoS module is filled with advanced features and tools for generating maximum efficiency in business management. The module allows you to manage and view your shops and restaurants worldwide with a simple click. The PoS module allows you to manage and give promotion programs for your customers to generate more attraction and attention […]
In Odoo from 14 onward, a feature is been added under PoS settings for Inventory Management that helps to understand how the stock is being updated. Stock is updated in 2 ways: 1. At the session closing: Stock is updated after the session is closed and posted. 2. In real-time: Stock updates once the PoS […]
In Odoo, Fiscal Positions let you apply different taxes based on the customer location. In a Point of Sale, such as a restaurant, it can be used to apply different taxes depending if the customer eats in or takes away. To enable this feature, go to Point of Sale ‣ Configuration ‣ Point of Sale […]