How to Define Compute Fields & Compute Functions in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In this video, we will explore how to create and use compute fields and compute functions in Odoo 17. Compute fields are special fields whose values are computed dynamically based on other fields or data in the system. This feature allows you to create fields that automatically update their values when related fields change, ensuring […]

Basic Fields in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Odoo supports several fields for better data handling with specific options for each type. Some of the basic field in Odoo are Integers , float , char , Selection , Many2one, One2many ,Many2many , Date , Datetime etc… Video Chapters:  01:26 – Char field,  01:42 – Integer field,  01:57 – Boolean field,  02:16 – Selection field,  02:33 – Float field,  02:49 […]