Field Editing in Odoo 15 Website | Building a Website in Odoo 15 – CBMS Odoo ERP

In this video, we are discussing Field editing on the Odoo website. We have the t-esc and t-field to show values on the website. #odoo15website Video Contents ———————— 0:00 Introduction 0:40 Field editing in Website #odoo15developmentvideos #odoowebsites For record fields, templates can use a special t-field directive that allows editing the field content from the […]

Odoo 15 Enterprise Edition Vs Community | Odoo 15 Community Version Vs Enterprise Version – 2022 – CBMS Odoo ERP

Odoo is one of the most eminently functioning ERP software systems which helps to manage the entire operations within an organization like Customer Relationship Management, E-Commerce, Billing, Accounting, Manufacturing management, Sales management, Inventory management, Human resource management, and so on. Odoo is a software suite with 15000+ ready-to-use modules that helps to better operate and […]

How to Use name_get() function in Odoo 15 | name_get() in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to define a name_get() function in odoo 15 and its use cases in odoo development Video Contents ———————— 0:00 Introduction 1:10 Define a name_get function In Odoo ERP whenever we make a quotation, sale order, or in any case when we type a product name, we can see […]

How to Super Create/Write Functions in Odoo | Odoo 15 Technical Videos – CBMS Odoo ERP

This video describes how to call a super function to create and write functions in odoo. Which helps to override the default function of create and write. Also, @api.model decorator can be used for this. after calling @api.model decorator which defines a function and passes the values for create/write Video Contents ————————- 0:00 Introduction 0:22 […]

How to Use name_search function in Odoo 15 | name_search in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to define a name_search function in Odoo and its use cases in Odoo development. Name search function is an Odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on […]

How to Define Compute Fields and Compute Functions in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

Storing data in Odoo 15 Website | Building a Website in Odoo 15 – CBMS Odoo ERP

In this video, we are discussing storing data in odoo15. It includes defining a model with few fields in it. Add demo data into the model using the data directory. #odootechnicalvideos Video Contents ————————- 0:00 Introduction 0:14 Module structure 0:47 Add test data 1:32 Passing values while rendering #odoodevelopmentvideos Then using a controller pass the […]