How to Add a Tool Tip to a Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Learn how to enhance user experience in Odoo 17 by adding tooltips to fields. Tooltips provide helpful hints or additional information when users hover over specific fields, improving usability and guiding users through the system. #odoo17 #odootutorials This tutorial demonstrates the steps to add tooltips to fields in Odoo 17, empowering users with contextual information […]

How to Inherit a Field to a Existing One2Many Tree View in Odoo 16 | Odoo Development Tutorial – CBMS Odoo ERP

This video describes how to inherit the One2many field and add a new field to it. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Inherit #Field #Existing #One2Many #Tree #View #Odoo #Odoo #Development #Tutorial

How to Empty a Many2many Field in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

Many2many fields allow many records of one model to be linked to many records of another model. #odoo16 #odoodevelopment This video explains how to empty a Many2many field in Odoo 16. #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Empty #Many2many #Field #Odoo […]

How to Empty an One2Many Field in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video explains how to empty an one2many field in Odoo 16. One2many fields are used when we want to set multiple values from a related model to a single record. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Empty #One2Many #Field […]

How to Make a Field Mandatory in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Mandatory is used to make a field required. We can make a field mandatory either by using python or xml. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Field #Mandatory #Odoo #Odoo #Development #Tutorials

How to Add Existing Field in One2Many Tree View in Odoo 16 | Odoo 16 Technical Videos – CBMS Odoo ERP

In this video tutorial, we will explore how to enhance the functionality of your Odoo application by adding an existing One2Many tree view. #odoo16 #odoodevelopment #odootutorials We’ll cover the step-by-step process of identifying the target model, locating the relevant tree view definition, and incorporating the One2Many field into the existing view. Connect With Us: ————————————— […]

Field Attribute Index Feature in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, we explore the Field Attribute-Index feature in Odoo 16. Learn how to optimize database performance by indexing specific fields in your Odoo models. Discover the benefits of indexing, such as faster data retrieval and improved search functionality. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: […]

How to Make a Field read-only in Odoo 16 | Field Attribute Read Only | Odoo 16 Development Tutorials – CBMS Odoo ERP

In Odoo 16, the “Readonly” attribute provides developers and administrators with the ability to control the accessibility of fields, ensuring that specific data remains unchangeable while still being visible to users. #odootutorials This attribute can be particularly useful in scenarios where you want to restrict editing privileges to maintain data integrity or to enforce business […]