Computed Fields & @api depends in Odoo 16 | Odoo Tutorials | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, it explains about computed fields, In some cases, we need some fields whose Computation, is based on some other ones. #odootutorials #odoo16videos Odoo Provides a solution for it ie, Computed Fields.It is just like any other regular field along with an additional argument compute which can be stored directly from the database. […]

How to Set Default Value in Fields in Odoo 16 | HowTo | Odoo 16 Development Tutorials – CBMS Odoo ERP

In odoo sometimes we have to set a specific value for a field by default every time when we create a model. In this video, it discusses about how to add default values for a field #odoo16videos #odootutorials #odoodevelopment Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Set #Default #Fields #Odoo […]

Relations Between Models | Many2Many Fields in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing, How to define an One2many field and its use cases in odoo development. A Many2many are bidirectional multiple relationships. That is, any number of records on one side can be related to any number of records on the other side. #odoo16vidoes #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 Do Time Period Calculations Based on Date Type Fields in Odoo15 | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]

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