Field Attribute Groups in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video we will be discussing about the field attribute group in odoo16. The field attribute group is used to give the fields group access according to the requirements. The field attribute groups will be hide the field according to access group defined. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: […]

Model Fields in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Odoo supports several fields for better data handling with specific options for each type. The fields can be categorized into 3 types: Simple Types, Relational, and Functional Types. #odoo16videos Simple Types are Integer, Char, String, etc. Relation Types represent the relations between objects like Many2one, One2many, and Many2many. Functional fields are not stored in the […]

How to Make a Field Visible Only for a Certain User Groups in Odoo 15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In odoo, we can restrict the visibility of fields only for particular users. The user belonging to a particular group can have only access to view that field. This can be done by using the group_id attribute. #odoo15developmentvideos Video Contents ————————– 00:00 Introduction 00:38 Example 01:08 Using the attribute field Visibility #odoo15tutorials Using group_id gives […]

How to Add a Tool Tip to Odoo 15 Fields | Odoo Development Tutorials – CBMS Odoo ERP

Help is tooltip text shown when you hover the pointer over the field, and it allows you to override the help text provided by the model definition.in this video, we discuss how to add a tooltip to fields. Video Contents ————————- 00:00 Introduction 00:39 Providing help text for a field #odoo15videos #odoo15developmentvideos #odootutorials Connect With […]

How to Create a Field Mandatory in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we’ll be discussing how we can create a field mandatory using python and XML methods. #odooxml Mandatory fields are fields that are required to be given value while saving a record, ie these fields must have a value specified in its place while saving the record. #odoo15developmentvideos #odoo15tutorials Connect With Us: ———————— […]

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