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 Define a Computed Field in Odoo 15 | Odoo Development Tutorial | Computed Field in Odoo – CBMS Odoo ERP

Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. #odoo15developmentvideos Video Contents 00:00 Introduction 00:27 Example 00:52 Compute Field Which can be stored directly and retrieved directly from the database. One of the common examples for the usage […]

How to Add a Domain for a Field Dynamically Based on Another Field in Odoo15 | Odoo Technical Video – CBMS Odoo ERP

In this video, we are discussing How to add a domain for a field dynamically based on another field in odoo. Odoo domain is used to select records from a model or database table. #odoo15developmentvideos Video Contents 00:08 Introduction 01:00 Adding domain dynamically It is a very common use case when you need to display […]

How to Add a Domain for a Field in Odoo15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In this video, we are discussing How to add a Domain for a field in odoo15. Odoo domain is used to select records from a model or database table. #odoo15technicalvideos Video Contents ————————- 00:05 Introduction 01:00 Adding a Domain #odoo15developmentvideos It is a very common use case when you need to display a subset of […]

How to Make a Field Translatable in Odoo 15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In this video, we’ll be discussing how we can make a field translatable in Odoo 15. #odoo15tutorials Odoo is a highly extensible ERP solution that supports different languages. Different countries or regions use different languages and it’s mandatory that the Odoo service supports methods for translations for the fields defined in their models. #odoo15developmentvideos #odoo15videos […]

How to Add New States to an Existing State Field in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, it explains about how to add new states to an existing state field #odoo15technicalvideos #odoo15videos Video Contents 00:00 Introduction 01:02 Adding new state In odoo, States represent to check current status or workflow of the record. Most of the modules and custom addons use this state field in order to check its […]

Odoo 15 Field Service – What’s New in Field Service? | Odoo 15 Enterprise Edition – CBMS Odoo ERP

Odoo ERP helps to run your business effectively and efficiently by providing the right tools. Odoo 14’s Field service module focuses on increasing productivity and visibility. #odoo15fieldservice Video Contents 00:00 Introduction 00:18 Goes to module 01:10 My task – Map 01:27 Configuration – Field service 02:38 Project 03:51 Stages 04:50 Worksheet Template 05:41 Product 06:12 […]

How to Add a Field in Odoo15 | How to Add a Custom Field to the Model and Display | Odoo 15 Videos – CBMS Odoo ERP

In this video, we will be discussing how to add new fields to a model. To explain the video, we will take the model vehicle rental and see how one can add a custom field to the model and display the same in the vehicle form view. #odoo15developmentvideos Video Contents ————————- 00:10 Introduction 00:32 Add […]

How to Make a Field Storable in Odoo 15 | Odoo Technical Videos | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we can discuss how to make a field storable. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 0:00 Introduction 1:45 Compute Function 2:00 Providing Store= True for Field 2:31 Checking the Working #odoo15technicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Field #Storable #Odoo #Odoo #Technical #Videos #Odoo #Development #Tutorials

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